[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gsl] Help linking with gsl
From: |
Sunil Suram |
Subject: |
[Help-gsl] Help linking with gsl |
Date: |
Tue, 06 Sep 2005 11:51:48 -0500 |
Hi,
I have installed gsl on my linux box.
My compile line is
gcc -Wall -I/usr/local/include -c example1.cc
This works fine.
My linking line is
gcc example1.o -L/usr/local/lib -lgsl -lgslcblas -lm
On doing this I get the following error.
example1.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status
Can someone please tell me what I am doing wrong?
Thanks.
Sunil
- [Help-gsl] Help linking with gsl,
Sunil Suram <=