help-octave
[Top][All Lists]
Advanced

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

Re: mkoctfile not working


From: John W. Eaton
Subject: Re: mkoctfile not working
Date: Tue, 13 Jul 2004 22:34:50 -0500

On 13-Jul-2004, Thanate Dhirasakdanon <address@hidden> wrote:

| Are you using gcc 3.4.x?  If so, you may have to pass
| -fpermissive to g++. Try
| 
| CXXFLAGS="-O2 -fpermissive" mkoctfile matpow.cc
| 
| It _might_ work. :)

Probably you should not have to pass any options to avoid these
warnings.

My guess is you are not using the same compiler version that was used
to build the Octave libraries.  Typing

  octave_config_info

at the Octave command line should tell you what version of the
compiler was used to build your version of Octave and the
corresponding libraries.

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
-------------------------------------------------------------



reply via email to

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