help-octave
[Top][All Lists]
Advanced

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

Re: Octave with FLTK backend on Mac OS X?


From: Lukas Reichlin
Subject: Re: Octave with FLTK backend on Mac OS X?
Date: Tue, 16 Feb 2010 07:34:58 +0100

On 16.02.2010, at 06:47, Matthias Brennwald wrote:

> 
> On Feb 15, 2010, at 10:30 PM, John W. Eaton wrote:
> 
>> What versions of gcc, g++, and gfortran do you have?  Are they all
>> from the same GCC distribution, or are you trying to mix and match
>> versions from different GCC releases?
>> 
>> jwe
> 
> 
> I used the compilers available from Apple's XCode. This does not come with a 
> Fortran compiler, so I installed gfortran from 
> http://www.macresearch.org/gfortran-leopard . I did not realise I'd run into 
> problems due to different compiler versions:
> 
> -------------
> poulet:~ mbrennwa$ which gcc
> /usr/bin/gcc
> poulet:~ mbrennwa$ gcc -version
> i686-apple-darwin10-gcc-4.2.1: no input files
> poulet:~ mbrennwa$ which g++
> /usr/bin/g++
> poulet:~ mbrennwa$ g++ -version
> i686-apple-darwin10-g++-4.2.1: no input files
> poulet:~ mbrennwa$ which gfortran
> /usr/local/bin/gfortran
> poulet:~ mbrennwa$ gfortran -dumpversion
> GNU Fortran (GCC) 4.3.0 20071026 (experimental)
> Copyright (C) 2007 Free Software Foundation, Inc.
> -------------
> 
> What are my options?
> 
> Matthias


Try gfortran from
http://r.research.att.com/tools/
these binaries are popular amongst Mac users of Octave.

GNU Fortran 4.2.4 for Mac OS X 10.6 (Snow Leopard):
Download: gfortran-42-5646.pkg (for Xcode 3.2)
This package adds GNU Fortran to Xcode 3.2 for Snow Leopard (Apple's gcc 4.2 
build 5646). Requires Mac OS X 10.6 (Snow Leopard) and Xcode 3.2 (or 3.2.1).

hth
Lukas


reply via email to

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