Click to See Complete Forum and Search --> : Standard C++ Libraries


goon12
03-26-2001, 01:52 PM
Which rpm do I need to install on Mandrake 7.2 for the standard C++ libraries? I thought I was all set but I cant compile, missing iostream.h.

Thanks

Tyr-7BE
03-26-2001, 05:13 PM
Drake doesn't install the standard headers by default. Go to http://rpmfind.net and search for whatever headers you need. It will give you the name of the RPM. The best thing for you to do would be to see which RPMs you need, and then check whether or not there's an equivalent RPM on the installation CD. It will have the same name but it will have mdk somewhere in it and it may be a different version. This is the RPM that comes with mandrake so you know it will work.

goon12
03-26-2001, 05:28 PM
Got it. Thanks for the help.