help-octave
[Top][All Lists]
Advanced

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

mkoctfiles compiler settings


From: JD Cole
Subject: mkoctfiles compiler settings
Date: Fri, 20 Feb 2004 21:29:58 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

>I Compiled Octave with -O0 and your oct file with -O0 (had to screw around in mkoctfile) - but now it >works

In regards to this, try:

CXXFLAGS="-g -O0" mkoctfile pt-emit-cplusplus.cc


the environment variable CXXFLAGS set the C++ command line params for the make file, to see a list of them do:

mkoctfile --help

-JD



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