« Return to Thread: change in flags from 8.2 to 9.1?

change in flags from 8.2 to 9.1?

by Mathew Yeates :: Rate this Message:

Reply to Author | View in Thread

The following worked for 8.2
../configure -b 64 -Fa alg -fPIC  --prefix=/home/ossetest

but in 9.1, after "configure" I run "make" and see errors like
gcc -DL2SIZE=4194304 -I/home/ossetest/ATLAS/build/include
-I/home/ossetest/ATLAS/build/..//include
-I/home/ossetest/ATLAS/build/..//include/contrib -DAdd_
-DF77_INTEGER=int -DStringSunStyle -DATL_OS_Linux -DATL_ARCH_PIII
-DATL_CPUMHZ=3158 -DATL_SSE3 -DATL_SSE2 -DATL_SSE1 -DATL_USE64BITS
-DATL_GAS_x8664  -DATL_NCPU=4 -fomit-frame-pointer -mfpmath=387 -O2
-falign-loops=4 -m64 -DDREAL -c drot.c
gcc -DL2SIZE=4194304 -I/home/ossetest/ATLAS/build/include
-I/home/ossetest/ATLAS/build/..//include
-I/home/ossetest/ATLAS/build/..//include/contrib -DAdd_
-DF77_INTEGER=int -DStringSunStyle -DATL_OS_Linux -DATL_ARCH_PIII
-DATL_CPUMHZ=3158 -DATL_SSE3 -DATL_SSE2 -DATL_SSE1 -DATL_USE64BITS
-DATL_GAS_x8664  -DATL_NCPU=4 -fomit-frame-pointer -mfpmath=387 -O2
-falign-loops=4  -m64 -o xdrottst drottest.o \
          ATL_drot_stub.o drot.o
/home/ossetest/ATLAS/build/lib/libtstatlas.a -lpthread -lm

/usr/bin/ld: cannot find /usr/lib64/libc_nonshared.a
The strange thing is that if I type the above at the command line, it
links fine. ??

I also tried
../configure -b 64 -Fa alg -fPIC -Fa alg -L/usr/lib64
--prefix=/home/ossetest and got almost the same thing
gcc -DL2SIZE=4194304 -I/home/ossetest/ATLAS/build/include
-I/home/ossetest/ATLAS/build/..//include
-I/home/ossetest/ATLAS/build/..//include/contrib -DAdd_
-DF77_INTEGER=int -DStringSunStyle -DATL_OS_Linux -DATL_ARCH_PIII
-DATL_CPUMHZ=3158 -DATL_SSE3 -DATL_SSE2 -DATL_SSE1 -DATL_USE64BITS
-DATL_GAS_x8664  -DATL_NCPU=4 -fomit-frame-pointer -mfpmath=387 -O2
-falign-loops=4 -L/usr/lib64 -m64 -DDREAL -c drot.c
gcc -DL2SIZE=4194304 -I/home/ossetest/ATLAS/build/include
-I/home/ossetest/ATLAS/build/..//include
-I/home/ossetest/ATLAS/build/..//include/contrib -DAdd_
-DF77_INTEGER=int -DStringSunStyle -DATL_OS_Linux -DATL_ARCH_PIII
-DATL_CPUMHZ=3158 -DATL_SSE3 -DATL_SSE2 -DATL_SSE1 -DATL_USE64BITS
-DATL_GAS_x8664  -DATL_NCPU=4 -fomit-frame-pointer -mfpmath=387 -O2
-falign-loops=4 -L/usr/lib64 -m64 -o xdrottst drottest.o \
          ATL_drot_stub.o drot.o
/home/ossetest/ATLAS/build/lib/libtstatlas.a -lpthread -lm
/usr/bin/ld: cannot find /usr/lib64/libc_nonshared.a




Mathew




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Math-atlas-devel mailing list
Math-atlas-devel@...
https://lists.sourceforge.net/lists/listinfo/math-atlas-devel

 « Return to Thread: change in flags from 8.2 to 9.1?