delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/10/05/15:57:43

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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 <dannysmith AT clear DOT net DOT nz>
Subject: Building libstdc++.dll the easy way
To: Cygwin <cygwin AT cygwin DOT com>
Reply-to: Danny Smith <dannysmith AT users DOT sourceforge DOT net>
Message-id: <000301c5c9e6$81b549d0$b16d65da@DANNY>
MIME-version: 1.0

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/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019