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: Matthias Brennwald
Subject: Re: Octave with FLTK backend on Mac OS X?
Date: Tue, 16 Feb 2010 06:47:47 +0100

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



----
Matthias Brennwald, Käferholzstrasse 173, CH-8046 Zürich, +41 44 364 17 03




reply via email to

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