The RH5.2 distribution appears to be missing the libg++-devel rpm present in the RH5.0 distribution. More to the point, I rely on /usr/include/g++/Integer.h (as well as the library libg++.a or libg++.so) for some software that I distribute. I thought Integer.h was standard issue with the g++ library? Has this library moved or been replaced? Or is it just missing? Thanks.
This has been replaced by libstdc++. The Integer class is definitely supported by the Standard Template Library.