On 9/6/05, Sunil Suram <[EMAIL PROTECTED]> wrote: > 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?
Could this be a g++ compiler issue? The ABI changed recently with the transition to gcc 4. Try compiling GSL from source using the same compiler that you use for compiling your application code. -- mj _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
