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: compiling GSL 1.1.1 on Mac OS X w/ CW 8


Rodney Sparapani writes:
 > I've been working on compiling GSL 1.1.1 under OS X and there are a few
 > issues.  With GCC you can compile it if you configure with --disable-shared
 > since there seems to be an issue with ELF vs Mach-O binaries.  Yesterday,
 > I got my copy of the latest Code Warrior, v. 8 .  And, I'm getting a 
 > different error
 > either w/ or w/o --disable-shared (you need to set CC to "mwccppc -gccinc"
 > ):
 > ...
 > ar cru .libs/libgslsys.a  minmax.c.o prec.c.o hypot.c.o log1p.c.o expm1.c.
 > o coerce.c.o invhyp.c.o pow_int.c.o infnan.c.o fdiv.c.o
 > ranlib .libs/libgslsys.a
 > ranlib: archive member: .libs/libgslsys.a(log1p.c.o) offset in archive not 
 > a multiple of sizeof(unsigned long) (must be since member is an object 
 > file)
 > make[2]: *** [libgslsys.la] Error 1
 > 
 > Any ideas?

Try searching for the error message in the codewarrior newsgroup
archives on google -- it's looks like a general problem and not gsl
specific.

Brian


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