Hello,
On Thu, 25.05.2006 at 18:27:30 +0200, Toni Mueller <[EMAIL PROTECTED]> wrote:
> I'd like to compile a small C++ program (part of building the HylaFAX
> port). This is the program:
thanks for all the answers. I'm no C++ guru either, as many of you have
already pointed out, but I didn't really write this program, but simply
cut&pasted it from the configure script.
> -------------------------
> #include "iostream.h"
> int main(){ cout << "Hello World!" << endl; return 0;}
> -------------------------
I'll certainly follow the hint about rogue and broken headers, because,
yes, the machine was upgraded umpteen times already, and get the
problem fixed upstream.
Thank you!
Best,
--Toni++