This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: (patch) support x86-win32 targets
- To: Mumit Khan <khan@xraylith.wisc.EDU>
- Subject: Re: (patch) support x86-win32 targets
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Sun, 18 Jul 1999 20:07:32 -0700 (PDT)
- cc: libstdc++@sourceware.cygnus.com
Mumit, this looks good and I really appreciate you doing this. I have no
problems with the locfacets.tcc changes, which are really pretty minimal.
The bits/std_cwchar.h header is really just a placeholder till we can
auto-gen this header on a per-host basis. Hopefully something like an
AM_CONDITIONAL will be brought over to autoconf, and we can do something
like AC_CONDITIONAL(bla blah blah) and then auto-gen off of a
/bits/std_cwchar.h.in file. Anyway. So, whatever till then.
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.
thanks again,
Benjamin
> Sat Jul 17 23:04:56 1999 Mumit Khan <khan@xraylith.wisc.edu>
>
> * configure.in: Check for float.h and underscored version of
> math functions.
> * acconfig.h: Add @BOTTOM@ section for handling underscored
> math functions.
> * configure: Regenerate.
> * config.h.in: Regenerate.
> * math/mathconf.h (float.h): Include conditionally.
> (M_PI): Define conditionally.
> (INFINITE_P): Define for Mingw.
> * bits/locale_facets.tcc: Workaround for compiler crash on
> ix86-*-mingw32.
> * bits/std_cwchar.h (bits/std_cstddef.h): Include.
> * src/locale.cc (bits/std_istream.h): Include.
> (bits/std_ostream.h): Likewise.