help-octave
[Top][All Lists]
Advanced

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

Re: [announce] Concurrent Modules for GNU Octave


From: John W. Eaton
Subject: Re: [announce] Concurrent Modules for GNU Octave
Date: Sun, 27 Feb 2005 17:05:51 -0500

On 27-Feb-2005, Andrey Romanenko <address@hidden> wrote:

| Thanks for the tip. I tried to compile it with gcc 3.3 and it failed.
| I have three compiler sets on my system (3.4 chain included) but gcc is 
| symlinked to version 3.3. I am unable  to make mkoctfile use a version 
| different from the default one. Is there a way to do it? Although  mkoctfile 
| recognizes CXX and CXXFLAGS options, it does not use them when it builds the 
| command line to compile the file. And there is no "--" analogue available to 
| shove "-V 3.4" to g++, either... I have attached the output of my tries with 
| environment variables. 
| To John: how can one go around this (my octave version is 2.1.64 debian 
| sarge)?

Chances are you don't want to build Octave with one version of g++ and
.oct files with another.

But if you want to try, then something like

  CXX=/usr/bin/g++-3.4 mkoctfile ...

should work.

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]