Re: [newbie] MDK8.2: compile hello.cpp: cannot exec 'cpp0': No such...

2002-05-24 Thread cc tsim
try: g++ -o hello hello.cpp (gcc is only for c programs) ciao >From: Steven Boothe <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: [newbie] MDK8.2: compile hello.cpp: cannot exec 'cpp0': No such... >Date: Thu, 23 May 2002 14:30:4

[newbie] MDK8.2: compile hello.cpp: cannot exec 'cpp0': No such...

2002-05-23 Thread Steven Boothe
Hello everyone: I seem to have a problem compiling a simple hello.cpp program: " #include int main() { cout << "Hello, world." << endl; return 0; } " The error I get is: [sboothe@poretz sboothe]$ gcc hello.cpp gcc: installation problem, canno