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: gsl on MacOS X 10.2


Kevin S D Beach writes:
 > 
 > I've tried installing gsl on MacOS X 10.2 using fink and manually with
 > ./configure --disable-shared; make
 > 
 > The build goes fine in either case, but whenever I try to compile anything
 > that uses the gsl libraries I get the following error:
 > 
 > [~/Code/GNUtest] kevin% gcc gnutest.cc -lgsl -lm -lgslcblas

should be -lgsl -lgslcblas -lm

 > ld: Undefined symbols:
 > ___gxx_personality_v0
 > 
 > Has anyone else encountered this?  Is this a 10.2 issue?

It's probably not specific to GSL.


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