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]

Re: Prebinding libgsl.0.dylib


Jacques FEJOZ writes:
 > 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
 > 

Platform?  (MacOSX I suspect)
Use ./configure --disable-shared to disable dynamic libraries

-- 
Brian Gough


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