|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
change in flags from 8.2 to 9.1?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 |
|
|
Re: change in flags from 8.2 to 9.1?Mathew,
Maybe you should ask these kind of questions on the ATLAS support tracker: http://math-atlas.sourceforge.net/faq.html#help And then bother the whole list only once we can't figure it out the normal way . . . Cheers, Clint >From math-atlas-devel-bounces@... Wed Jul 30 20:07:30 2008 Return-Path: <math-atlas-devel-bounces@...> X-Original-To: whaley@... Delivered-To: whaley@... Date: Wed, 30 Jul 2008 18:07:17 -0700 From: Mathew Yeates <myeates@...> User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) To: "List for developer discussion, NOT SUPPORT." <math-atlas-devel@...> X-Source-IP: matslab.jpl.nasa.gov [137.78.59.50] X-Source-Sender: myeates@... X-AUTH: Authorized Subject: [atlas-devel] change in flags from 8.2 to 9.1? X-BeenThere: math-atlas-devel@... X-Mailman-Version: 2.1.8 Precedence: list Reply-To: "List for developer discussion, NOT SUPPORT." <math-atlas-devel@...> List-Id: "List for developer discussion, NOT SUPPORT." <math-atlas-devel.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/math-atlas-devel>, <mailto:math-atlas-devel-request@...?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=math-atlas-devel> List-Post: <mailto:math-atlas-devel@...> List-Help: <mailto:math-atlas-devel-request@...?subject=help> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/math-atlas-devel>, <mailto:math-atlas-devel-request@...?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Sender: math-atlas-devel-bounces@... Errors-To: math-atlas-devel-bounces@... X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on mail0.cs.utsa.edu X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,UPPERCASE_25_50 autolearn=no version=3.0.2 Status: RO 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 ************************************************************************** ** R. Clint Whaley, PhD ** Assist Prof, UTSA ** www.cs.utsa.edu/~whaley ** ************************************************************************** ------------------------------------------------------------------------- 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 |
| Free embeddable forum powered by Nabble | Forum Help |