Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm Sender: cygwin-owner@sourceware.cygnus.com List-Unsubscribe: List-Archive: List-Help: , Delivered-To: mailing list cygwin@sourceware.cygnus.com Message-Id: <199908042051.PAA08113@mercury.xraylith.wisc.edu> To: "Namsuk Kim" cc: cygwin@sourceware.cygnus.com Subject: Re: c++ compling error In-Reply-To: Your message of "Wed, 04 Aug 1999 14:22:35 PDT." <000301bedebf$79723440$c292a2d1@nskim> Date: Wed, 04 Aug 1999 15:51:38 -0500 From: Mumit Khan "Namsuk Kim" writes: > hi, > > I have just installed gygnus. However, when I test gcc with a simple "hello > world" gives "undefined reference to 'cout' error. > > #include > void main() ^^^^ int is the only allowed return type. ^^^^ > { > cout << "hello world\n"; > } > > mingw32 gives the same result. Version doesn't seem to be the matter. > Waiting for your help. Use c++, not gcc; and, while you're at it, fix your code to change void->int for main() return type (see any decent C++ text, such as Stroustrup 3rd Ed.). Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com