Sunil Suram writes: > 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?
See http://www.network-theory.co.uk/docs/gccintro/gccintro_54.html (at the end) -- Brian Gough Network Theory Ltd, Publishing Free Software Manuals --- http://www.network-theory.co.uk/ _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
