public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* compiling GSL 1.1.1 on Mac OS X w/ CW 8
  2002-12-31  9:55 compiling GSL 1.1.1 on Mac OS X w/ CW 8 Rodney Sparapani
@ 2002-06-04 22:35 ` Rodney Sparapani
  2002-12-31  9:55 ` Brian Gough
  1 sibling, 0 replies; 4+ messages in thread
From: Rodney Sparapani @ 2002-06-04 22:35 UTC (permalink / raw)
  To: gsl-discuss

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?

Rodney

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: compiling GSL 1.1.1 on Mac OS X w/ CW 8
  2002-12-31  9:55 ` Brian Gough
@ 2002-06-06 14:38   ` Brian Gough
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Gough @ 2002-06-06 14:38 UTC (permalink / raw)
  To: Rodney Sparapani; +Cc: gsl-discuss

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* compiling GSL 1.1.1 on Mac OS X w/ CW 8
@ 2002-12-31  9:55 Rodney Sparapani
  2002-06-04 22:35 ` Rodney Sparapani
  2002-12-31  9:55 ` Brian Gough
  0 siblings, 2 replies; 4+ messages in thread
From: Rodney Sparapani @ 2002-12-31  9:55 UTC (permalink / raw)
  To: gsl-discuss

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?

Rodney

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: compiling GSL 1.1.1 on Mac OS X w/ CW 8
  2002-12-31  9:55 compiling GSL 1.1.1 on Mac OS X w/ CW 8 Rodney Sparapani
  2002-06-04 22:35 ` Rodney Sparapani
@ 2002-12-31  9:55 ` Brian Gough
  2002-06-06 14:38   ` Brian Gough
  1 sibling, 1 reply; 4+ messages in thread
From: Brian Gough @ 2002-12-31  9:55 UTC (permalink / raw)
  To: Rodney Sparapani; +Cc: gsl-discuss

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-06-06 21:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-31  9:55 compiling GSL 1.1.1 on Mac OS X w/ CW 8 Rodney Sparapani
2002-06-04 22:35 ` Rodney Sparapani
2002-12-31  9:55 ` Brian Gough
2002-06-06 14:38   ` Brian Gough

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).