From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19903 invoked by alias); 4 Jun 2002 23:52:30 -0000 Mailing-List: contact gsl-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sources.redhat.com Received: (qmail 19887 invoked from network); 4 Jun 2002 23:52:28 -0000 Received: from unknown (HELO mail1.wi.rr.com) (24.94.163.48) by sources.redhat.com with SMTP; 4 Jun 2002 23:52:28 -0000 Received: from localhost ([65.31.187.254]) by mail1.wi.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Tue, 4 Jun 2002 18:50:17 -0500 Date: Tue, 04 Jun 2002 22:35:00 -0000 Mime-Version: 1.0 (Apple Message framework v481) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: compiling GSL 1.1.1 on Mac OS X w/ CW 8 From: Rodney Sparapani To: gsl-discuss@sources.redhat.com Content-Transfer-Encoding: 7bit Message-ID: <1FA97376-7816-11D6-B453-003065D59DC8@mcw.edu> X-SW-Source: 2002-q2/txt/msg00222.txt.bz2 Message-ID: <20020604223500.y-q9-MBB3bgrc5R-f43h92SCInoXYjPCCtXU68NI-AM@z> 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