From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30011 invoked by alias); 6 Jun 2002 21:38:07 -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 29993 invoked from network); 6 Jun 2002 21:38:05 -0000 Received: from unknown (HELO cmailg7.svr.pol.co.uk) (195.92.195.177) by sources.redhat.com with SMTP; 6 Jun 2002 21:38:05 -0000 Received: from modem-239.golden-cleaner.dialup.pol.co.uk ([62.137.19.239] helo=localhost) by cmailg7.svr.pol.co.uk with esmtp (Exim 3.35 #1) id 17G4xE-0001BR-00; Thu, 06 Jun 2002 22:38:01 +0100 Received: by network-theory.co.uk via sendmail from stdin id (Debian Smail3.2.0.102) for gsl-discuss@sources.redhat.com; Thu, 6 Jun 2002 22:16:33 +0100 (BST) From: Brian Gough MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15615.53552.616313.691037@debian> Date: Tue, 31 Dec 2002 09:55:00 -0000 To: Rodney Sparapani Cc: gsl-discuss@sources.redhat.com Subject: Re: compiling GSL 1.1.1 on Mac OS X w/ CW 8 In-Reply-To: <1FA97376-7816-11D6-B453-003065D59DC8@mcw.edu> References: <1FA97376-7816-11D6-B453-003065D59DC8@mcw.edu> X-SW-Source: 2002/txt/msg00598.txt.bz2 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30011 invoked by alias); 6 Jun 2002 21:38:07 -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 29993 invoked from network); 6 Jun 2002 21:38:05 -0000 Received: from unknown (HELO cmailg7.svr.pol.co.uk) (195.92.195.177) by sources.redhat.com with SMTP; 6 Jun 2002 21:38:05 -0000 Received: from modem-239.golden-cleaner.dialup.pol.co.uk ([62.137.19.239] helo=localhost) by cmailg7.svr.pol.co.uk with esmtp (Exim 3.35 #1) id 17G4xE-0001BR-00; Thu, 06 Jun 2002 22:38:01 +0100 Received: by network-theory.co.uk via sendmail from stdin id (Debian Smail3.2.0.102) for gsl-discuss@sources.redhat.com; Thu, 6 Jun 2002 22:16:33 +0100 (BST) From: Brian Gough MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15615.53552.616313.691037@debian> Date: Thu, 06 Jun 2002 14:38:00 -0000 To: Rodney Sparapani Cc: gsl-discuss@sources.redhat.com Subject: Re: compiling GSL 1.1.1 on Mac OS X w/ CW 8 In-Reply-To: <1FA97376-7816-11D6-B453-003065D59DC8@mcw.edu> References: <1FA97376-7816-11D6-B453-003065D59DC8@mcw.edu> X-SW-Source: 2002-q2/txt/msg00225.txt.bz2 Message-ID: <20020606143800.7lRWjsxZrbjx0CqTaH_0Bxf8W4uug4JGNIFbIMAa9-k@z> 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