On Mon, Feb 12, 2001 at 10:57:17PM +1300, Dan Plimak wrote: > > You'll be wanting to add -lstdc++ to the command line, as in: > > $ gcc -lstdc++ a.exe a.cpp > Silly me, missed the '-o' switch. The command line should be: $ gcc -lstdc++ -o a.exe a.cpp Ashamedly, -- danp -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
- Trying to compile a simple C++ program Anton Mochalin
- Re: Trying to compile a simple C++ program Andrew Markebo
- Re: Trying to compile a simple C++ program Dan Plimak
- Re: Trying to compile a simple C++ program Dan Plimak
- Re: Trying to compile a simple C++ program Dan Plimak
- Re: Trying to compile a simple C++ program Andrew Markebo
- Re: Trying to compile a simple C++ pro... Christopher Faylor
- Re: Trying to compile a simple C++ program Georg Fusz