This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++/9828 (was Re: zero-alloc cache)


B. Kosnik writes:
 > 
 > >I actually see that PR 9828 is still broken on 3.3, even with the
 > >locale cache scrapped.
 > 
 > Huh. It works for me. (Even if it didn't, this would be fixed in 3.3.1...)
 > 
 > >Ouch!  I just tried to look at it in gdb, and I can no longer use gdb
 > >within the library itself.  I was using the approach of rebuilding
 > >just the library with:
 > >
 > >make clean
 > >make CXXFLAGS=-g3 install
 > >
 > >after which i could step into library code.  After updating, I can't
 > >seem to do it anymore.
 > >
 > >Anyone else having similar difficulty now?
 > 
 > Usually I use '-g -O0' for CXXFLAGS. I'm using mainline and current
 > binutils and gdb, and managed to step through this.

Ugh!  Ignore this nonsense (mine, that is).  Debian installed a
libstdc++3.3 library and I didn't have LD_LIBRARY_PATH set right.

9828 works for me too.  This is the problem with doing most of my gcc
after 11pm :-)

Jerry


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]