Next: Rebuild libg++? Prev: Other problems building libg++ Up: installation Top: Top

2.8. But I'm still having problems with size_t!

``I did all that, and I'm still having problems with disagreeing definitions of size_t, SIZE_TYPE, and the type of functions like strlen.''

The problem may be that you have an old version of _G_config.h lying around. As of libg++ version 2.4, _G_config.h, since it is platform-specific, is inserted into a different directory; most include files are in $prefix/lib/g++-include, but this file now lives in $prefix/$arch/include. If, after upgrading your libg++, you find that there is an old copy of _G_config.h left around, remove it, otherwise g++ will find the old one first.