This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Prebinding libgsl.0.dylib


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]