This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Can't build gcc 3.{4,5}.0 on cygwin: gcc.c:5930: undefined reference to `_mingw_scan'
- From: Christian Joensson <christian at j-son dot org>
- To: gcc <gcc at gcc dot gnu dot org>
- Date: Sun, 22 Feb 2004 21:11:10 +0100
- Subject: Can't build gcc 3.{4,5}.0 on cygwin: gcc.c:5930: undefined reference to `_mingw_scan'
Windows XP/Pro SP1 cygwin P4 system with these packages:
binutils 20030901-1 2.14.90 20030901
bison 20030307-1 1.875b
cygwin 1.5.7-1
dejagnu 20021217-2 1.4.2.x
gawk 3.1.3-4
gcc 3.3.1-3
w32api 2.5-1
LAST_UPDATED (gcc-3.4.0): Sun Feb 22 16:19:02 UTC 2004
LAST_UPDATED (gcc-3.5.0): Sun Feb 22 19:26:22 UTC 2004
gcc -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -fno-common -DHAVE_CONFIG_H -o xgcc.exe gcc.o gccspec.o intl.o \
prefix.o version.o libcpp.a ../libiberty/libiberty.a -lintl
gcc.o(.text+0x104a2): In function `main':
/usr/local/src/trunk/gcc/gcc/gcc.c:5930: undefined reference to `_mingw_scan'
collect2: ld returned 1 exit status
make[2]: *** [xgcc.exe] Error 1
make[2]: Leaving directory `/usr/local/src/trunk/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/usr/local/src/trunk/objdir/gcc'
make: *** [bootstrap-lean] Error 2
Any ideas?
Cheers,
/ChJ