Hello,
I'm trying to bootstrap gcc-4.4.3 on a Windows XP workstation (SP3) and
SFU 3.5. For some reasons, I cannot use Cygwin.
SFU 3.5 is shipped with gcc 3.3. I have built some tools with this
compiler (sed 4.1.2 because SFU's sed is broken, gmake, autoconf,
automake, libtool...).
I have configured gcc-4.4.3 with following options :
../gcc-4.4.3/configure --prefix=/dev/fs/E/Unix --verbose --with-stabs
--enable-nls --with-gnu-as --with-gnu-ld --with-gmp=/dev/fs/E/Unix
--with-mpfr=/dev/fs/E/Unix --enable-threads=posix
--enable-languages=c,c++,fortran
make bootstrap fails in stage 1:
libbackend.a(winnt.o)(.text+0x2a5): In function
'i386_pe_determine_dllexport_p':
/dev/fs/E/Unix/gcc-build/gcc/../../gcc-4.4.3/gcc/config/i386/winnt.c:116: undefined
reference to '_i386_pe_type_dllexport_p'
I haven't found any bug related to this trouble on bugzilla. Is ther
any workaround ? I don't know where '_i386_pe_type_dllexport_p' is defined.
Regards,
JKB