This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/12974] gcc-3.4-20031105 bootstrap failure [MinGW]
- From: "dannysmith at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Nov 2003 18:50:06 -0000
- Subject: [Bug bootstrap/12974] gcc-3.4-20031105 bootstrap failure [MinGW]
- References: <20031109014258.12974.stl@caltech.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dannysmith at gcc dot gnu dot org 2003-11-09 18:50 -------
Are you using the msys shell environment?
I successfully bootstrap routinely using cygwin shell and tools with:
../gcc/configure --host=mingw32 --build=mingw32 --target=mingw32 --
prefix=/mingw --enable-threads --disable-nls --enable-
languages=c,c++,objc,f77,ada --disable-win32-registry --disable-shared --enable-
sjlj-exceptions --disable-libstdcxx-pch
The explicit host/build/target is because cygwin uname returns 'cygwin'
Danny
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12974