This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
gcc-20010312 build fails on cygwin 1.1.8
- To: gcc-bugs at gcc dot gnu dot org
- Subject: gcc-20010312 build fails on cygwin 1.1.8
- From: "Andrew S. Howell" <andy at tibcofinance dot com>
- Date: Thu, 15 Mar 2001 21:31:54 -0800 (GMT-8:00)
- Reply-To: "Andrew S. Howell" <andy at tibcofinance dot com>
Hello,
I'm trying to build gcc-20010312 on a w2k machine running
cygwin 1.1.8. The compile fails with the following:
./xgcc -B./ -B/usr/local/i686-pc-cygwin/bin/
-isystem /usr/local/i686-pc-cygwin/include -O2
-I../../gcc-20010312/gcc/../winsup/include
-I../../gcc-20010312/gcc/../winsup/cygwin/include
-I../../gcc-20010312/gcc/../winsup/w32api/include
-DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED -I. -I.
-I../../gcc-20010312/gcc -I../../gcc-20010312/gcc/.
-I../../gcc-20010312/gcc/config
-I../../gcc-20010312/gcc/../include
-DL_muldi3 -c ../../gcc-20010312/gcc/libgcc2.c -o libgcc/./_muldi3.o
In file included from ../../gcc-20010312/gcc/config/i386/xm-i386.h:43,
from tconfig.h:6,
from ../../gcc-20010312/gcc/config/i386/cygwin.h:36,
from tm.h:7,
from ../../gcc-20010312/gcc/config/i386/xm-i386.h:43,
from tconfig.h:6,
from ../../gcc-20010312/gcc/config/i386/cygwin.h:36,
from tm.h:7,
....
from tm.h:7,
from ../../gcc-20010312/gcc/config/i386/xm-i386.h:43,
from tconfig.h:6,
from ../../gcc-20010312/gcc/config/i386/cygwin.h:36,
from tm.h:7,
from ../../gcc-20010312/gcc/config/i386/xm-i386.h:43,
from tconfig.h:6,
from ../../gcc-20010312/gcc/libgcc2.c:36:
tm.h:4:23: #include nested too deeply
tm.h:7:25: #include nested too deeply
tm.h:10:22: #include nested too deeply
tm.h:13:24: #include nested too deeply
I thought that maybe is was because tconfig.h does not have protection
against multiple inclusion. I fixed that, but I get a hole slew of
other errors. Is there anything special I need to do to get it to
compile under cygbin?
Thanks,
Andy