This is the mail archive of the gsl-discuss@sourceware.cygnus.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Undefined reference to gsl_blas_raw* in gls 0.6


The blas library is installed separately. Try,

   gcc ... -lgsl -lgslblasnative -lm

This is to allow different blas libraries to be substituted. See the
chapter "Using the Library" in the manual for more details.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]