Hello,
I am having trouble compiling GCC 5.1.0 for Windows using Linux MinGW-w64.
This is the error I am getting, along with the command that is being
executed: http://paste.ubuntu.com/10904608/
Configure line: ../gcc-5.1.0/configure --build=x86_64-linux-gnu
--prefix=/usr --includedir='/usr/include' --mandir='/usr/share/man'
--infodir='/usr/share/info' --sysconfdir=/etc --localstatedir=/var
--libexecdir='/usr/lib/gcc-mingw-w64' --disable-maintainer-mode
--disable-dependency-tracking --prefix=/usr --enable-shared
--enable-static --disable-multilib --with-system-zlib
--libexecdir=/usr/lib --without-included-gettext --libdir=/usr/lib
--enable-libstdcxx-time=yes --with-tune=generic
--enable-version-specific-runtime-libs --enable-threads=posix
--enable-fully-dynamic-string --enable-sjlj-exceptions --enable-libgomp
--enable-languages=c,c++,fortran,objc,obj-c++ --enable-lto
--with-plugin-ld --target=x86_64-w64-mingw32
--with-gxx-include-dir=/usr/include/c++/4.8
--with-as=/usr/bin/x86_64-w64-mingw32-as
--with-ld=/usr/bin/x86_64-w64-mingw32-ld
As you can see above, I am building into a separate directory. GMP, MPC,
MPFR, and BinUtils are all compiled at this time (I just put them into
the GCC source folder and they were compiled).
Any help is greatly appreciated!
Max.