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]
Other format: [Raw text]

Re: GNU Scientific Library


emombel@nimr.mrc.ac.uk writes:
 > g++ -I /mb/apps/gsl/gsl-1.2 -L /mb/apps/gsl/gsl-1.2/loclib -v eigen.cpp

 > /tmp/ccYQiZDw.o(.text+0x8d): undefined reference to `gsl_eigen_symmv'
 > /tmp/ccYQiZDw.o(.text+0x9e): undefined reference to `gsl_eigen_symmv_free'
 > /tmp/ccYQiZDw.o(.text+0xb7): undefined reference to `gsl_eigen_symmv_sort'
 > /tmp/ccYQiZDw.o(.text+0xf0): undefined reference to `gsl_vector_get'
 > Do you have any clue of what is going on?
 > 

You need to link with the library, see Chapter 2 'Using the library'
in the manual


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