From: Serguei DOT Dachian AT univ-lemans DOT fr (Serguei DACHIAN) Subject: c++ and -mno-cygwin 22 Dec 1998 20:28:14 -0800 Message-ID: <1.5.4.32.19981223023745.0067f7f0.cygnus.gnu-win32@lola.univ-lemans.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: gnu-win32 AT cygnus DOT com Hi everybody. Trying to compiling the simplest c++ program "Hello world" > #include > > int main () > { > cout << "Hello world." << endl; > return 0; > } with the flag "-mno-cygwin" (just lile "g++ -mno-cygwin hello.cpp") fails with lots of undefined references in "libstdc++.a". Apparently it is impossible to use this flag with g++/c++, but only with gcc. Is it a bug or an intention??? Is there any workarround [ except rewriting the program in C :-))) ]. Thanks in advance for any help. Serguei. ___________________________________________________________________________ Serguei DACHIAN Laboratoire de Statistique et Processus, Universite du Maine, Av. Olivier Messiaen 72085 Le Mans CEDEX 9, FRANCE Tel. : +33 (0)2 43 83 37 18 Fax. : +33 (0)2 43 83 35 79 E-mail : Serguei DOT Dachian AT univ-lemans DOT fr WWW : http://www.univ-lemans.fr/sciences/statist/cvs/thesard.html#dachian - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".