Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: Ernst Richter To: Subject: -fvtable-thunks and strstream Message-ID: <0015200017476132000002L022*@MHS> Date: Fri, 20 Oct 2000 11:28:14 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; name="MEMO 10/20/00 12:26:06" Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id FAA01805 Is there a way to get strstreams to work with the compiler option -fvtable-thunks (needed for ole-applications)? The following test leads to the output 'help' if compiled with gcc -fvtable-thunks -lstdc++ : #include #include #include // Standardbibliotheken // eigene Header void main() { std::string tempstr="help"; int ii=3; std::strstream stst; stst<>tempstr; std::cout<