This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: (patch) support x86-win32 targets
- To: Benjamin Kosnik <bkoz@cygnus.com>
- Subject: Re: (patch) support x86-win32 targets
- From: Mumit Khan <khan@xraylith.wisc.edu>
- Date: Mon, 19 Jul 1999 09:55:12 -0500 (CDT)
- cc: libstdc++@sourceware.cygnus.com
On Sun, 18 Jul 1999, Benjamin Kosnik wrote:
> One question I do have though, is: do you know if the libtool parts of
> v-3 are up to date? I would appreciate it if somebody could check this
> out, as I'm told this really matters for win-32. I suppose if you can get
> libs and shared libs to build under win32, then it's probably ok.
The latest libtool can do win32 dlls quite well (few kinks here and there
but overall quite well), but the actual sources may also need to be changed
to accomodate the fact that you have mark certain decls as either exported
or imported to make it work correctly. I haven't gone through yet to see
if that's necessary for libstdc++ yet, but that's the next step. Libtool
1.3 btw does much better than libstdc++'s 1.2g.
I'll see how it goes and let you know. I'll have to figure out how to
upgrade the libtool locally, but I'm sure the lt docs will have
something on that.
Regards,
Mumit