This is the mail archive of the gsl-discuss@sources.redhat.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: running gsl on mdk8.1



> However, when I compile it as "gcc -o kk kk.c -lgsl"
> I got the following error message:
> /usr/local/lib/libgsl.so: undefined reference to `cblas_dsdot'
[...]

RTFM. You need to add -lgslcblas  [ or an alternative BLAS implementation
such as ATLAS ]

Dirk

-- 
Three out of two people have difficulties with fractions.


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