Neal:  Looks like your atlas installation is buggered.  What version of
atlas do you have installed? Did you build it after installing the
g77-3.1?  I have
I've got atlas 3.4.1-1 and I installed it before I got g77 3.1.

[jsw@mac10:/Users/jsw] ls -l /sw/lib/libf77blas.a
-rw-r--r--  1 root  admin  350524 Sep  4 12:12 /sw/lib/libf77blas.a
[jsw@mac10:/Users/jsw] nm -p /sw/lib/libf77blas.a | grep atl_f77wrap_zdotu
         U _atl_f77wrap_zdotu__
00000048 T _atl_f77wrap_zdotu__

What does yours look like?
[~]% ls -l /sw/lib/libf77blas.a
-rw-r--r-- 1 root admin 339164 Oct 30 02:25 /sw/lib/libf77blas.a
[~]% nm -p /sw/lib/libf77blas.a | grep atl_f77wrap_zdotu
U _atl_f77wrap_zdotu__


I'm guessing that I should simply rebuild atlas, now that I have g77 3.1, right?

Thanks,
Neal.

-Jeff

On Sun, 3 Nov 2002, Neal A. Crocker wrote:

 Well, I've done the 10.2 update.  I've got the latest version of g77
 (3.?).  I still can't build numeric-atlas.

 The full installation attempt transcript is at

http://homepage.mac.com/nealackercrocker/.cv/nealackercrocker/Public/scipy_install_attempt.txt-binhex.hqx.

 Here are the final error messages:
 error: command 'gcc' failed with exit status 1
 gcc -DNDEBUG -O3 -Wall -Wstrict-prototypes -IInclude
 -IPackages/FFT/Include -IPackages/RNG/Include -I/sw/include/python2.2
 -c Src/lapack_litemodule.c -o
 build/temp.darwin-6.1-PowerMacintosh-2.2/lapack_litemodule.o
 gcc -L/sw/lib -bundle -bundle_loader /sw/bin/python
 build/temp.darwin-6.1-PowerMacintosh-2.2/lapack_litemodule.o
 -L/sw/lib -llapack -lcblas -lf77blas -latlas -lg2c -o
 build/lib.darwin-6.1-PowerMacintosh-2.2/lapack_lite.so
 ### execution of python failed, exit code 1
 Failed: compiling numeric-atlas-22.0-1 failed

 Any advice?

 Thanks,
 Neal.


 -------------------------------------------------------
 This SF.net email is sponsored by: ApacheCon, November 18-21 in
 Las Vegas (supported by COMDEX), the only Apache event to be
 fully supported by the ASF. http://www.apachecon.com
 _______________________________________________
 Fink-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/fink-users


--
Jeffrey S. Whitaker         Phone : (303)497-6313
NOAA/OAR/CDC  R/CDC1        FAX   : (303)497-6449
325 Broadway                Web   : http://www.cdc.noaa.gov/~jsw
Boulder, CO, USA 80305-3328 Office: Skaggs Research Cntr 1D-124


-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to