On Friday 12 December 2008 20:07:03 Ralf Mardorf wrote:
  I'm searching the following headers by
http://www.rpmseek.com/index.html:
 #include <iostream>
 #include <fstream>
 #include <cerrno>
 Does anybody know where I can find them for Suse 11.1 RC? RPM Seek now
 is searching for more than 200 seconds ;). 
I don't know how the package is called on suse, but these headers are standard
c++ headers. In fact they are so standard that they (should) come with the c++
compiler. If you don't have that installed, I doubt that you will have any
luck compiling c++ apps...
Have fun,
Arnold