Prebinding libgsl.0.dylib
Jacques FEJOZ
fejoz@math.jussieu.fr
Mon Apr 5 14:53:00 GMT 2004
Hi:
When I compile C programs which use the Gnu Scientific Library (with
gcc version 3.2.2) I keep getting the following warning:
> make continuation
gcc -Wno-long-double -g -I/sw/include/ -I/usr/X11R6/include/ -c -o continuation.o continuation.c
gcc -Wno-long-double -g -I/sw/include/ -I/usr/X11R6/include/
continuation.o dopri8_3.o champVecteurs.o trajectoire.o -L/sw/lib/ -lm -lgsl -lgslcblas -o continuation
ld: warning prebinding disabled because dependent library: /sw/lib/libgsl.0.dylib is not prebound
And then a debugger like gdb seems mess up all the references between
the various source files :
> gdb -q continuation
Reading symbols for shared libraries ..b.. done
(gdb) break 100
No line 100 in file "fprintf_source.c".
Thanks.
Jacques
More information about the Gsl-discuss
mailing list