I have been using GSL at my office and tried to install it on my MacBook at home using Fink, and it seemed that GSL installed properly. I am having some issues when I try to use the library though. It seems that this has to do with the fact that Fink put all the header files in GSL in some directory called /sw/include. Does this effect how I should link GSL when compiling with gcc?

link|improve this question

50% accept rate
I found the answer here: permalink.gmane.org/gmane.comp.lib.gsl.bugs/1431 For my purposes it sufficed to write something like "gcc foo.c -I/sw/include -L/sw/lib -lgsl -lgslcblas -lm -o foo" and the program compiled as it was supposed to. – dblazevski May 5 '11 at 23:07
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.