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 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
