- Original Message -
From: "John W. Eaton"
Sent: Thursday, 6 October 2005 09:13
> On 6-Oct-2005, Danny Smith wrote:
>
> | 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-de
On 6-Oct-2005, Danny Smith wrote:
| 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
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
3 matches
Mail list logo