From: flaster AT qts DOT com ("Michael E. Flaster") Subject: iostream library 26 Nov 1996 14:14:04 -0800 Sender: daemon AT cygnus DOT com Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <329B4D1E.2560.cygnus.gnu-win32@qts.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0 (WinNT; I) Original-To: gnu-win32 AT cygnus DOT com Original-Sender: owner-gnu-win32 AT cygnus DOT com Hi, We have a C++ project which we have ported from Unix to NT. I am trying to compile with the gcc Beta 16 under NT. When I linked with its stdc++ lib, the resulting executable would not run ("bash: ./a.out: Not owner"). I assume this is the dysfunctionalness described in the FAQ. I then grabbed the library from beta 14, but I'm having the following problem: istrstream a("11/5/96"); istream &b = a; a.good() will return TRUE, but b.good() returns FALSE. I was able to compile some kind of libiostream.a from the beta 16 src, but I still get the same original problem. If there's anything I can do, or any suggestions for things to try, or patches for me to take, I'd be more than happy to try! Mike - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".