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 Date: Thu, 06 Oct 2005 08:52:52 +1300 From: Danny Smith Subject: Building libstdc++.dll the easy way To: Cygwin Reply-to: Danny Smith Message-id: <000301c5c9e6$81b549d0$b16d65da@DANNY> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 7bit Building libstdc++.dll may be a "hard problem" for a mathematician or for libtool, but this is how an ordinary person coud do it. dlltool --output-def libstdc++.def --export-all libstdc++.a gcc -shared -olibstdc++.dll -Wl,--out-implib,libstdc++.dll.a \ libstdc++.def libstdc++.a The main problem after that is in getting rid of the need for auto-import of data objects by marking header files appropiately. Danny -- 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/