This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Trouble running the gfortran testsuite
- From: Volker Reichelt <reichelt at igpm dot rwth-aachen dot de>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 22 Jul 2004 01:03:38 +0200 (CEST)
- Subject: Trouble running the gfortran testsuite
I've got trouble running the gfortran testsuite on mainline.
Since I've got libgmp.so in a non-standard location, I added its path
to the LD_LIBRARY_PATH.
But running "make check-f95" from $(builddir)/gcc fails utterly, since
f951 cannot load libgmp.so. The strange thing is, that it actually *works*
for the first testcase and then fails for all subsequent tests:
Test Run By reichelt on Thu Jul 22 00:49:57 2004
Native configuration is i686-pc-linux-gnu
=== gfortran tests ===
Schedule of variations:
unix
Running target unix
Using /home/reichelt/Pakete/DejaGnu/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /home/reichelt/Pakete/DejaGnu/share/dejagnu/config/unix.exp as generic interface file for target.
Using /Work/reichelt/gccbuild/src-3.5/gcc/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /Work/reichelt/gccbuild/src-3.5/gcc/gcc/testsuite/gfortran.dg/dg.exp ...
ALWAYS_GFORTRANFLAGS set to {ldflags=-L/Work/reichelt/gccbuild/src-3.5/build/i686-pc-linux-gnu/./libgfortran/.libs -L/Work/reichelt/gccbuild/src-3.5/build/i686-pc-linux-gnu/./libiberty }
Executing on host: /Work/reichelt/gccbuild/src-3.5/build/gcc/testsuite/../gfortran -B/Work/reichelt/gccbuild/src-3.5/build/gcc/testsuite/../ /Work/reichelt/gccbuild/src-3.5/gcc/gcc/testsuite/gfortran.dg/common_pointer_1.f90 -O0 -pedantic-errors -L/Work/reichelt/gccbuild/src-3.5/build/i686-pc-linux-gnu/./libgfortran/.libs -L/Work/reichelt/gccbuild/src-3.5/build/i686-pc-linux-gnu/./libiberty -lm -o ./common_pointer_1.exe (timeout = 300)
PASS: gfortran.dg/common_pointer_1.f90 (test for excess errors)
PASS: gfortran.dg/common_pointer_1.f90 execution test
Executing on host: /Work/reichelt/gccbuild/src-3.5/build/gcc/testsuite/../gfortran -B/Work/reichelt/gccbuild/src-3.5/build/gcc/testsuite/../ /Work/reichelt/gccbuild/src-3.5/gcc/gcc/testsuite/gfortran.dg/common_pointer_1.f90 -O1 -pedantic-errors -L/Work/reichelt/gccbuild/src-3.5/build/i686-pc-linux-gnu/./libgfortran/.libs -L/Work/reichelt/gccbuild/src-3.5/build/i686-pc-linux-gnu/./libiberty -lm -o ./common_pointer_1.exe (timeout = 300)
/Work/reichelt/gccbuild/src-3.5/build/gcc/testsuite/../f951: error while loading shared libraries: libgmp.so.3: cannot open shared object file: No such file or directory
compiler exited with status 1
output is:
/Work/reichelt/gccbuild/src-3.5/build/gcc/testsuite/../f951: error while loading shared libraries: libgmp.so.3: cannot open shared object file: No such file or directory
FAIL: gfortran.dg/common_pointer_1.f90 (test for excess errors)
Excess errors:
/Work/reichelt/gccbuild/src-3.5/build/gcc/testsuite/../f951: error while loading shared libraries: libgmp.so.3: cannot open shared object file: No such file or directory
WARNING: gfortran.dg/common_pointer_1.f90 compilation failed to produce executable
Any idea what's wrong here?
Thanks,
Volker