From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Miller To: cygwin@sourceware.cygnus.com Subject: linking and iostreams Date: Wed, 31 Mar 1999 19:45:00 -0000 Message-ID: <36E9744E.790549C@classic-games.com> X-SW-Source: 1999-03n/msg00385.html Message-ID: <19990331194500.rM7AyGrh44254gE4r3PXjJUrupuK4hbY7-ezMfoDe2Q@z> This program: #include int main() { cout << "test" << endl; return 0; } compiles, links, and does what I expect when compiled with B20.1 and egcs-1.1.1 using this command: g++ test.c but generates numerous undefined references during linking when compiled with: g++ -mno-cygwin test.c Notably, it generates a number of references to "__errno" from libstdc++.a, which, AFAIK, should not include ANY references to "__errno" in the mingw-libs version. So what am I doing wrong? -- http://www.classic-games.com/ President Clinton was acquitted; then again, so was O. J. Simpson. *** NEWBIES: Limit signatures to four lines! No HTML mail or posts! *** -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com