On Aug 19, 2005, at 14:29, Jens Nöckel wrote:
But while I'm at it, I wonder why there needs to be a separate libgslcblas.a for GSL. Can't it use either the veclib framework or the ATLAS library?
You can link a program that use the GSL against the veclib framework with the following command:
gcc -L/sw/lib -I/sw/include -lgsl -framework veclib myprog.c I'll include that in the UsageNotes of the package. Sébastien ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
