>>>>> "Oscar" == Oscar Lopez <[EMAIL PROTECTED]> writes:
Oscar> If I tried:
Oscar> [oscar@kepler /usr]$ rpm -ql libstdc++-devel package
Oscar> libstdc++-devel is not installed
Oscar> and
Oscar> [oscar@kepler /usr]$ rpm -qa | grep 'libstdc*'
Oscar> libstdc++-2.9.0-3mdk
I do not know what the real mandrake/redhat package names are in this case.
Oscar> So I am afraid that the header files are not installed, I am
Oscar> not able to find the libstdc++-devel package. Am I looking for
Oscar> correctly the header files ? what is the name of the header
Oscar> file that I should look for ?
You should find files like `string' or `ostream' (C++ STL header files
do not have an extension).
JMarc