help-octave
[Top][All Lists]
Advanced

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

Re: compiling DLDs with "-g" ?


From: Andrey Romanenko
Subject: Re: compiling DLDs with "-g" ?
Date: Mon, 14 Nov 2005 14:52:50 +0000
User-agent: KMail/1.8.2

Hi!

On Monday 14 November 2005 12:57, Eric Chassande-Mottin wrote:
> I'd like to debug DLDs. In the wiki, it is written
> that DLDs can be compiled with "-g". But it is not
> explained how to give the flag to mkoctfile.

This works for me:
CXXFLAGS="-ggdb" mkoctfile file.cc
or even
XTRA_CXXFLAGS="-ggdb" mkoctfile file.cc

Andrey



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