Neal A. Crocker wrote:

> []
> gcc -L/sw/lib -bundle -bundle_loader /sw/bin/python
> build/temp.darwin-6.1-PowerMacintosh-2.2/lapack_litemodule.o -L/
> ld: can't locate file for: -lg2c

What version of g77 do you have installed? Do you have /sw/lib/libg2c.a? 
Unfortunately, you truncated the gcc command lines, so one does not see 
if the library load path is correct. For me (compiled before the 
10.2->10.2.1 update), the corresponding line is

gcc -L/sw/lib -bundle -bundle_loader /sw/bin/python
build/temp.darwin-6.0-PowerMacintosh-2.2/lapack_litemodule.o -L/sw/lib
-llapack -lcblas -lf77blas -latlas -lg2c -o
build/lib.darwin-6.0-PowerMacintosh-2.2/lapack_lite.so

-- 
Martin



-------------------------------------------------------
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to