From: "Michael Schuster" Organization: LS f. Elektr. Energieversorgung To: m9501470 AT cse DOT rmit DOT EDU DOT AU (Louie Lui), djgpp AT delorie DOT com Date: Tue, 23 Apr 1996 15:10:27 MEZ Subject: Re: Can't compile C++ program with gcc Message-Id: Hi! Just before I'll start my holidays, I'll do some work for Eli.... > #include > > main() > { > cout << "hello, world." << endl; > return 0; > } > > Can anyone suggest what do I need to do to get rid of above errors. Thanks in > advance. Try using gxx instead of gcc and all will be fine. Michi