RE: [newbie] g++ package?

2001-09-09 Thread Michael Spivak
Actually, you've forgot the '.h' in the #include line : #include should be #include then everything will be ok ... ;-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 09, 2001 10:30 AM To: [EMAIL PROTECTED] Subject: [newb

[newbie] g++ package?

2001-09-09 Thread Kaspar Landsberg
Hello, i am using Mandrake Linux 7.2 and try to compile a simple C++ program: #include int main(void) {return 0;} when i try to compile this with g++/c++, the compiler gives me the error message: blah.cc:1: string: file or directory not found it appears that the C++ header files are missing