Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authenticated: #14308112 Date: Wed, 5 Oct 2005 12:04:02 +0300 From: Pavel Tsekov To: "James R. Phillips" cc: cygwin AT cygwin DOT com Subject: Re: ATTN: g++ maintainer: Using string instances to pass arguments to dlls In-Reply-To: <20051004201411.23476.qmail@web31503.mail.mud.yahoo.com> Message-ID: References: <20051004201411 DOT 23476 DOT qmail AT web31503 DOT mail DOT mud DOT yahoo DOT com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Y-GMX-Trusted: 0 X-IsSubscribed: yes On Tue, 4 Oct 2005, James R. Phillips wrote: > Does fixing this bug require upstream intervention, or can you just develop a > patch, and submit it to upstream? If it is only the std::string implementation that uses the described optimization the problem can be worked around by just rebuilding libstdc++ with _GLIBCXX_FULLY_DYNAMIC_STRING defined. If other classes provided by libstdc++ use similiar techniques the best solution would be to get libstdc++ built as shared library which according to Charles Wilson is unfortunately a "hard problem" :( I'll try to rebuild libstdc++ now with _GLIBCXX_FULLY_DYNAMIC_STRING defined and will report back if there is interest. I would like to help to get this issue resolved. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/