This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Combined tree builds for mingw32
On Mon, May 07, 2007 at 01:37:51PM -0400, Daniel Jacobowitz wrote:
> That third one does not define _U. It uses _UPPER instead. Does this
> mean --with-newlib does not work for mingw32? (Note, you can't build
> without it either.)
That does appear to be the case. With --with-newlib, we get
config/os/newlib which will not compile with mingw32's ctype.h.
Without it, we get configure-time errors because you can not link
mingw programs until after libstdc++ has been built. Winsup depends
on libstdc++, and winsup provides crt2.o.
--
Daniel Jacobowitz
CodeSourcery