discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Compile problems with -g ?


From: Adam Fedor
Subject: Re: Compile problems with -g ?
Date: Thu, 24 Oct 2002 20:46:30 -0600
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.0.0) Gecko/20020610

Pete French wrote:
I am using gcc3.0.4 and the latest version of base from CVS. I am compiling
using the '-g' option as I want to do some debugging.


It's likely that the optimizations (-O2) is causing this. YOu should take that out and try it. There are various ways to do this:

make debug=yes

make OPTFLAG=

or when configuring gnustep-make:

CFLAGS= ./configure


--
Adam Fedor, Digital Optics Corp.      | I'm glad I hate spinach, because
http://www.doc.com                    | if I didn't, I'd eat it, and you
                                      | know how I hate the stuff.





reply via email to

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