Peter M Lee wrote: > I apologize for what is probably a silly mistake on my part. I am just > starting to use cygwin. When I tried a simple program
Silly perhaps, but very common. > $ gcc hello.cc The correct way to compile/link C++ code is by invoking g++ not gcc. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/