Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Date: Fri, 7 May 1999 20:54:24 -0400 From: Paul Thiessen X-Sender: paul AT turandot DOT med DOT jhmi DOT edu To: cygwin AT sourceware DOT cygnus DOT com Subject: Re: problem w/ mingw32/egcs/msvcrt and file reads (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Arrrrgh! It was just me being dumb - forgot that "string" is in std namespace, so the linker I think was getting confused somehow - since GNU's std:: hack prevents the compiler from warning me that "string" is undefined, it compiled anyway, and died. When I do the (correct) "std::string" or include a "using namespace std", everything is ok. Sorry to bug you all with useless messages... although of course, if GNU had the std libraries implemented correctly, it wouldn't have been a problem, or at least, the compiler would have told me the problem right away... Oh well, I'm sure they're working on it. - Paul -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- Paul A. | paul AT grserv DOT med DOT jhmi DOT edu | Johns Hopkins Thiessen | http://grserv.med.jhmi.edu/~paul | University -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com