Re: a few beginner questiosn

2010-07-09 Thread Jonathan Wakely
On 9 July 2010 06:41, BLUE 3TOO wrote: > > Hi, > >    I have following questions and would appreciate any comment. Thanks you > very much. > >    1. How to build a debugable version of GCC? I tried to set CFLGAS & > CXXFLAGS to "-O0 -g -fno-inline" in my configure command line, but it seems > it

a few beginner questiosn

2010-07-08 Thread BLUE 3TOO
Hi, I have following questions and would appreciate any comment. Thanks you very much. 1. How to build a debugable version of GCC? I tried to set CFLGAS & CXXFLAGS to "-O0 -g -fno-inline" in my configure command line, but it seems it doesn't work. I manually modify all the Makefiles