------- Comment #3 from ktietz at gcc dot gnu dot org  2009-09-13 17:43 -------
(In reply to comment #2)
> (In reply to comment #1)
> > You didn't say how you configured it.
> > As with bug 40950, you might need --enable-stage1-languages=c,c++
> 
> Sorry, it was configured with
> --enable-languages=c,c++,objc,obj-c++,fortran,java
> 
> It is a full build. Here's the whole thing:
> 
> ../configure --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32
> --enable-multilib --enable-targets=all --prefix=/usr/system64
> --with-sysroot=/usr/system64 --with-mpc=/usr/system64 --with-ppl=/usr/system64
> --with-cloog=/usr/system64 --enable-languages=c,c++,objc,obj-c++,fortran,java
> --enable-fully-dynamic-strings --enable-libffi --enable-libgomp 
> --enable-shared
> --enable-version-specific-runtime-libs --disable-werror
> 
> --disable-werror is required building Win64 Native. Mingw-w64 is aware of the
> issues.
> 

As this is a build on base of x86_64 and using mingw, it could be related to
the issue that need_64bit_hwint wasn't set for this target in libcpp configure
and config.gcc. I corrected this today. Could you please retry it with recent
gcc trunk version, if this solves you issues.

Thanks,
Kai


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41234

Reply via email to