help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem building octave-2.1.72 on a Mac


From: Joe Koski
Subject: Re: Problem building octave-2.1.72 on a Mac
Date: Wed, 16 Nov 2005 20:36:43 -0700
User-agent: Microsoft-Entourage/11.2.1.051004

John,

No, I'm building with Apple's version of gcc-3.3 which ships with the OS X
10.3 developer's kit. I think 10.4 uses gcc-4.0. There is a version of
-libcc_dynamic.a located in /usr/lib, but it apparently does not have the
routines restFP and saveFP, so those routines are picked up from the version
of libcc_dynamic.a located in /usr/lib/gcc/darwin/2.95.2. Thanks to Marius
Schramschula for finding the missing routines. I wouldn't have had any idea
of where to look.

Joe


on 11/16/05 8:09 PM, John W. Eaton at address@hidden wrote:

> On 16-Nov-2005, Joe Koski wrote:
> 
> | To answer my own questions, to install octave-2.1.72 on a Mac with OS X
> | 10.3.9, first, install the gcc2.95.2.pkg which I found in my
> | /Applications/Installers/Xcode Tools/Packages folder. This installs some
> | files into /usr/lib/gcc/darwin/2.95.2. Then
> | 
> | export LDFLAGS="-L/usr/lib -L/usr/lib/gcc/darwin/2.95.2 -lcc_dynamic"
> | 
> | Then 
> | 
> | ./configure --enable-shared --disable-static
> | 
> | And make as usual.
> 
> So you are still using gcc and g++ 2.95?  Isn't there a newer version
> of gcc for OS X?
> 
> jwe
> 
> 
> 
> -------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
> 
> Octave's home on the web:  http://www.octave.org
> How to fund new projects:  http://www.octave.org/funding.html
> Subscription information:  http://www.octave.org/archive.html
> -------------------------------------------------------------
> 




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]