Pranav Kumar wrote:
I am trying to compile gcc-2.95.3 with following cofiguration on redhat 9: ./configure --with-gnu-as --with-gnu-ld --with-headers="/usr/lib/bcc/include/" --target=mips-sgi-irix4 I am getting following error: gcc: ../libiberty/libiberty.a: No such file or directory
What about writing 'make all-libiberty'... What will happen?The 'libiberty.a' for the $host (redhat 9) should have been produced, my check with
gcc-2.95.3 and this target gave no problem in this issue.