help-octave
[Top][All Lists]
Advanced

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

RE: mkoctfile and compiler options


From: john.2.tomlinson
Subject: RE: mkoctfile and compiler options
Date: Wed, 3 Sep 2008 16:01:34 +0100

Michael

>Did you try to change CXXFLAGS instead?

That's the Badger! The code I am modifying is written in a 'C' style so
I keep forgetting I am actually writing C++.

Thanks very much, I can now debug the code in gdb without getting lost
in the changes made by the optimiser.

John Tomlinson
Wireless Networks
BT Design.
Ipswich, UK


-----Original Message-----
From: Michael Goffioul [mailto:address@hidden 
Sent: 03 September 2008 15:02
To: Tomlinson,J,John,DMJ R
Cc: address@hidden
Subject: Re: mkoctfile and compiler options

Did you try to change CXXFLAGS instead?

Michael.


On Wed, Sep 3, 2008 at 2:57 PM,  <address@hidden> wrote:
> All
>
> Is there anyway I can stop mkoctfile from using the -O2 optimiser
flag?
>
> I have tried re-building octave without the flag set in the CFLAGS 
> environment variable. I have tried setting CFLAGS. Still mkoctfile 
> insists on inserting the -O2 flag
>
> octave:3> mkoctfile -p CFLAGS
> -ggdb
> octave:4> mkoctfile -v fred.cpp
> g++ -c -fPIC -I/usr/local/include/octave-3.0.2
> -I/usr/local/include/octave-3.0.2/octave -I/usr/local/include 
> -mieee-fp -g
> -O2 fred.cpp -o fred.o
>
> g++ -shared -Wl,-Bsymbolic -o fred.oct fred.o 
> g++ -L/usr/local/lib/octave-3.0.2
> -L/usr/local/lib -loctinterp -loctave -lcruft -lfftw3 -lreadline 
> -lncurses -ldl -lz -lm -L/usr/lib/gcc-lib/i586-suse-linux/3.3.3
> -L/usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/l
> ib -L/usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../.. -lz -lfrtbegin 
> -lg2c -lm
>
> John Tomlinson
> Wireless Networks
> BT Design.
> Ipswich, UK
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>
>



reply via email to

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