This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Severe problems running the g77 test suite on the main line


Linking the executables of the g77 test suite fails on the
i686-pc-linux-gnu target, since the linker cannot locate the library 
libfrtbegin, although a copy of this library is in the build directory
(build/i686-pc-linux-gnu/libf2c/libfrtbegin.a).

Hope this helps,

Peter Schmid

Excerpt from the log file:

Executing on host: /mnt/egcs/build/gcc/g77 -B/mnt/egcs/build/gcc/ /mnt/egcs/gcc/gcc/testsuite/g77.dg/20010216-1.f   -O0  -ffast-math -march=pentiumpro  -lm   -o ./a.out    (timeout = 300)
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lfrtbegin
collect2: ld returned 1 exit status
compiler exited with status 1
output is:
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lfrtbegin
collect2: ld returned 1 exit status

FAIL: g77.dg/20010216-1.f (test for excess errors)
Excess errors:
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lfrtbegin



 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]