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]
Other format: [Raw text]

gfortran test runs


OK, while I still have some hair left, how do I get gfortran to work
properly?

I've built and installed gmp-4.1.3

When I do a make check-gfortran, I get a whole raft of errors, such as:


Executing on host: /build/gcc/2004-08-23/gcc/testsuite/../gfortran -B/build/gcc/2004-08-23/gcc/testsuite/../ /src/gcc/2004-08-23/gcc/gcc/testsuite/gfortran.dg/auto_array_1.f90   -O1   -pedantic-errors  -L/build/gcc/2004-08-23/i686-pc-linux-gnu/./libgfortran/.libs -L/build/gcc/2004-08-23/i686-pc-linux-gnu/./libiberty  -lm   -o ./auto_array_1.exe    (timeout = 300)
spawn /build/gcc/2004-08-23/gcc/testsuite/../gfortran -B/build/gcc/2004-08-23/gcc/testsuite/../ /src/gcc/2004-08-23/gcc/gcc/testsuite/gfortran.dg/auto_array_1.f90 -O1 -pedantic-errors -L/build/gcc/2004-08-23/i686-pc-linux-gnu/./libgfortran/.libs -L/build/gcc/2004-08-23/i686-pc-linux-gnu/./libiberty -lm -o ./auto_array_1.exe ^M
/build/gcc/2004-08-23/gcc/testsuite/../f951: relocation error: /build/gcc/2004-08-23/gcc/testsuite/../f951: undefined symbol: __gmpn_bases^M
compiler exited with status 1
output is:
/build/gcc/2004-08-23/gcc/testsuite/../f951: relocation error: /build/gcc/2004-08-23/gcc/testsuite/../f951: undefined symbol: __gmpn_bases^M


However, if I then cut and paste the execution line above from above and
run the file by hand, it compiles and executes just great, no relocation
error, no nothing.  Within the test framework, it just fails.

There doesnt appear to be anything abnormal that I can tell, everything
else works fine.

Is there something I am missing? Something else that needs to be set?
anyone else ever have this problem? 

Andrew 


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