std namespace woes...

Benjamin Kosnik bkoz@cygnus.com
Thu Jun 8 12:18:00 GMT 2000


it doesn't make much sense to use a post 2.95.2 compiler and not use CVS 
libstdc++-v3: it should have been checked out as part of the gcc source 
tree. Doing this allows a simple --enable-libstdcxx-v3 at configure time 
and then everything is taken care of for you.

Have you looked at the config/install instructions? You might want to 
start here:

http://sourceware.cygnus.com/libstdc++/install.html

benjamin

> I've been trying to get 2.96 to use the std namespace properly with libstdc++
> 2.90.8 and its just not going very well. I've put libstdc++-2.90.8 into my gcc
> source dir and linked libstdc++ appropriately. I've passed in --enable-new-abi
> and --enable-namespaces, i've even made sure all my CXXFLAGS have -fhonor-std,
> and ttill i get odd linking errors, like unable to find
> std::exception::exception and quite a few ios_base errors.
> Can anyone help?


More information about the Libstdc++ mailing list