Building libstdc++.dll the easy way

Danny Smith dannysmith@clear.net.nz
Wed Oct 5 19:57:00 GMT 2005


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/



More information about the Cygwin mailing list