Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Sat, 17 Aug 2002 08:04:04 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: =?X-UNKNOWN?B?5bygIOS6rg==?= cc: cygwin AT cygwin DOT com Subject: Re: [ECOS] why cygwin does not support "iostream.h"? In-Reply-To: <1029584809.770.0.camel@hermes.chez-thomas.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: 8BIT On 17 Aug 2002, Gary Thomas wrote: > On Sat, 2002-08-17 at 01:03, 张 亮 wrote: > > > > hi all, > > my c++ code: > > #include > > ... > > > > cout< > ... > > > > >gcc classtest.cxx -g -o classtest.exe > > ld error: > > undefined reference to "cout" and operator "<<" > > > > how to get iostream's support? > > > > This would be better asked on the CygWin list :-) This would be better asked on the GCC list :-p I believe this is in the gcc FAQ. However, it's been asked often enough on this list, so here's an answer for the archives: gcc uses the file extension to determine the language. Any extension it doesn't recognize is assumed to be a C file. The default extension for a C++ file is ".C". gcc does not recognize ".cxx", which is used by Microsoft compilers, I think. It is, of course, possible to tell gcc to treat a ".cxx" file as a C++ file. In case you don't want to mess with the gcc configuration, use either the "-x c++" option of gcc, or simply call g++. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! It took the computational power of three Commodore 64s to fly to the moon. It takes a 486 to run Windows 95. Something is wrong here. -- SC sig file -- 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/