This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
more 971114 failure
- To: egcs at cygnus dot com
- Subject: more 971114 failure
- From: <neal at ctd dot comsat dot com>
- Date: Sat, 15 Nov 1997 22:59:21 -0500
Here is one example of libio check failure on linux-gnu-i586.
Running ./libio.tests/tfformat.exp ...
Executing on host: /usr/local/src/egcs-971114/gcc/xgcc -B/usr/local/src/egcs-971114/gcc/ ./../tests/tfformat.c -O3 -I.. -I./.. -DTEST_LIBIO -DTEST_EXACTNESS -L/usr/local/src/egcs-971114/libraries/libiberty -g -lio -liberty -lm -o /usr/local/src/egcs-971114/libraries/libio/testsuite/tfformat
compiler exited with status 1
output is:
/usr/i586-pc-linux-gnu/bin/ld: cannot open -lio: No such file or directory
collect2: ld returned 1 exit status
Well I'm not surprised it doesn't find libio. The only libio is
libraries/libio/libio.a, which is not on the link path of this above
compilation, and besides, it is an 8-byte length file (nothing but an
archive header, I guess).