Re: Using glibc debug version with gcc (SOLVED)

2005-07-01 Thread Paulo M C Aragão
Paulo M C Aragão wrote on Jul, 1: > Hi All, > > How do I tell gcc to use the debug version of glibc ? > > I installed libc6-dbg but I just can't find out how to direct gcc to use > the debug version of the libraries. Sorry to bother everybody. I hadn't googled enough before: export LD_LIBRARY_

Using glibc debug version with gcc

2005-06-30 Thread Paulo M C Aragão
Hi All, How do I tell gcc to use the debug version of glibc ? I installed libc6-dbg but I just can't find out how to direct gcc to use the debug version of the libraries. I searched gcc's manual and googled around but couldn't find out what certainly should be a trivial command line option. Paul