This is the mail archive of the gcc@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]

Problem with g77.exp - g77 testsuite fails



Hi,

Some search path heuristics for libg2c.a is missing from g77.exp.

I unpacked egcs-19980621, configured it, ran "make", then, in gcc directory,
"make check". I have dejagnu installed. The gcc and g++ tests run fine
(except for gcc bugs, of course). The g77 tests generate FAILures for all
tests in the execute/ directory. All of them fail because libg2c.a is not
found. Here is the first among them:

Running /usr2/packages/gnu/egcs-19980621/gcc/testsuite/g77.f-torture/execute/execute.exp ...
Executing on host: /usr2/packages/gnu/egcs-19980621/gcc/g77 -B/usr2/packages/gnu/egcs-19980621/gcc/ /usr2/packages/gnu/egcs-19980621/gcc/testsuite/g77.f-torture/execute/971102-1.f  -w  -O0   -lm   -o /usr2/packages/gnu/egcs-19980621/gcc/testsuite/971102-1.x   
compiler exited with status 1
output is:
/usr/bin/ld: cannot open -lg2c: No such file or directory
collect2: ld returned 1 exit status

FAIL: g77.f-torture/execute/971102-1.f compilation,  -O0 
UNTESTED: g77.f-torture/execute/971102-1.f execution,  -O0 

Note that libg2c.a has been built (but not yet installed) and is in
/usr2/packages/gnu/egcs-19980621/libraries/libf2c/libg2c.a .

$ runtest --version
WARNING: Couldn't find the global config file.
Expect version is       5.21.3
Tcl version is          8.0
Framework version is    1.3.0

Bruno


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