Neal: It's trying to link the atlas lapack lib, instead of it's own version. Atlas is very picky about the link order, you have to link the libs like this:
-L%p/lib -llapack -lcblas -lf77blas -latlas or you get those undefined symbols. I guess you have three choices: 1) remove atlas, rebuild algae 2) wait for the maintainer to fix the package so it either doesn't link the atlas libs, or links the atlas libs in the right order. This is really a bug in the package. 3) fix it yourself -Jeff On Sun, 17 Feb 2002, Neal A. Crocker wrote: > I can't seem to install algae. The full transcript is in the file > "algae_attemp.txt" at > http://homepage.mac.com/nealackercrocker/FileSharing.html. Jeffrey S. Whitaker Phone : (303)497-6313 Meteorologist FAX : (303)497-6449 NOAA/OAR/CDC R/CDC1 Email : [EMAIL PROTECTED] 325 Broadway Web : www.cdc.noaa.gov/~jsw Boulder, CO, USA 80303-3328 Office : Skaggs Research Cntr 1D-124 _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
