Re: Redhat 6.1 debug compile still fails

2000-07-03 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | Hi fellow lyx developers. | | I'm still trying to figure out why the -O2 compile succeeds but the -g | compile fails. I have move those methods out of line, and that might fix things... NO! I know why this fails :-) My fault. There is a missing #

Re: Redhat 6.1 debug compile still fails

2000-07-03 Thread Kayvan A. Sylvan
On Mon, Jul 03, 2000 at 01:32:20AM -0300, Garst R. Reese wrote: > "Kayvan A. Sylvan" wrote: > > > > Hi fellow lyx developers. > > > Does anyone have a clue as to why this happens at all and why it only happens > > with a debug-enabled compile? > > > > Thanks! > > > > --

Redhat 6.1 debug compile still fails

2000-07-02 Thread Kayvan A. Sylvan
Hi fellow lyx developers. I'm still trying to figure out why the -O2 compile succeeds but the -g compile fails. The steps are this: 1) Get a clean lyx-devel from CVS: rm -rf lyx; cvs get -d lyx lyx-devel 2) ./autogen.sh 3) CFLAGS=-g CXXFLAGS=-g ./configure --without-warnings If at step 3 above