>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?
I have g77 2.95.2-2. I'm guessing the 2.95.2 bears some relationship to the version of gcc that g77 is supposed to work with, right? If that's case, I probably need to rebuild g77. >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 I'll check the library load path. Thanks, Neal. ------------------------------------------------------- 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
