On 17 jan 2008, at 16.43, Luz Stella Gomez Fajardo wrote:

Hi.

I try to compile a .cpp file using the gsl_deriv_central library but this shows a error in konsole that say:

./a.out: relocation error: ./a.out: undefined symbol: gsl_deriv_central.

My full comand is

g++ -Wall -I/usr/local/include -c deriv.cpp
g++ -L /usr/local/lib deriv.o -lgsl -lgslcblas -lm
./a.out

How I can to solve this?

Thanks.

Luz


Define the appropriate environment variable to tell the dynamic linker where to find shared libraries at
application runtime.
The actual name of the environment variable is different on different OS:s
----------------------------------
Skinheads are so tired of immigration, that they are going to move to a country that don't accept immigrants!
Tommy Nordgren
[EMAIL PROTECTED]





_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to