From mboxrd@z Thu Jan 1 00:00:00 1970 From: Craig Sproule To: cygwin@cygwin.com Subject: Trouble compiling a C++ Program Date: Tue, 27 Nov 2001 22:24:00 -0000 Message-ID: <20011128062415.66208.qmail@web20104.mail.yahoo.com> X-SW-Source: 2001-11/msg01709.html Message-ID: <20011127222400.UDib5x1-FdDIY3zNSWTRYh-i84lOfdgdPJToSPbI22c@z> To Cygwin gcc gurus, I have downloaded the latest version of CygWin. When I compile the following C++ program: ---------------------------------------- // Filename: Welcome.cpp // A first program in C++ #include int main() { cout << "Welcome to C++!\n"; return 0; } ---------------------------------------- gcc pops out the following error: ---------------------------------------- welcome.cpp: undefined reference to `cout' welcome.cpp: undefined reference to `ostream::operator<<(char const *)' collect2: ld returned 1 exit status ---------------------------------------- I have been using Cygwin for a while, and have compiled more complex programs than this on it before. So my question is, how do I get Cygwin to compile this program? Regards Craig Sproule http://shopping.yahoo.com.au - Yahoo! Shopping - Get organised for Christmas early this year! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/