[Mingw-w64-public] Cross-compiler setup

2017-01-15 Thread FX
-w64/bugs/580/) but it was closed because I apparently was clear enough that I do have multilib mingw-w64 crt built and installed. I can reproduce the issue with latest git gcc/binutils/mingw-w64, as well as with the latest released versions of each. Can you help me debug this issue? FX

Re: [Mingw-w64-public] Building GCC on mingw-w64

2015-10-03 Thread FX
the expected/canonical build triplet? FX -- ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] Building GCC on mingw-w64

2015-10-03 Thread FX
packages attached below) 3. downloading gcc trunk 4. ../gcc-trunk/configure --prefix=/home/FX/irun --enable-languages=c,c++,fortran --disable-bootstrap && make After step 4, the build dies with the following error: make[2]: Entering directory '/home/FX/ibin/fixincludes&#

Re: [Mingw-w64-public] Compiling OpenSSL with mingw-w64

2008-06-03 Thread FX
shouldn't be used, but rather the full triplet x86_64-pc-mingw or, as a simpler name, mingw-w64. FX -- François-Xavier Coudert http://www.homepages.ucl.ac.uk/~uccafco/ - This SF.net email is sponsored by: Micro

Re: [Mingw-w64-public] CRT build broken?

2008-04-21 Thread FX
sing built-in specs. Target: x86_64-pc-mingw32 Configured with: ../../trunk/configure --prefix=/home/FX/irun64 --build=i586-pc-mingw32 --target=x86_64-pc-mingw32 --with-gmp=/home/FX/local --enable-languages=c --disable-werror --disable-nls --disable-libssp --disable-bootstrap --with-sysroot=/home/FX/

[Mingw-w64-public] CRT build broken?

2008-04-21 Thread FX
rt of gcc build are fine, but while compiling the CRT I get: cd ../../mingw-w64/trunk/mingw-w64-crt && /bin/sh /home/FX/mingw-w64/trunk/mingw-w64-crt/missing --run autoheader aclocal.m4:17: error: this file was generated for autoconf 2.61. You have another version of autoconf. If you want to

Re: [Mingw-w64-public] gcc and g++ (c compilation only) not working on MinGW-64 in Microsoft Windows XP Professional x64 Edition (Version 2003) Service Pack 2

2008-03-20 Thread FX Coudert
rks fairly well, I was told (by Fortran users; I don't know about g++). For your issue, you should try running the compiler with its full path: "C:\foo\bar\bin\g++.exe myfile.cpp". It helps the buggy GCC driver. FX -- François-Xavier Coudert http://www.hom

Re: [Mingw-w64-public] gcc and g++ (c compilation only) not working on MinGW-64 in Microsoft Windows XP Professional x64 Edition (Version 2003) Service Pack 2

2008-03-20 Thread FX Coudert
>> PS: I have another question: what is the roadmap for merging the >> headers and crt with 32-bit mingw? > > You're a funny guy :) :) :) Shall I understand that as a "not planned yet"? FX -- François-Xavier Coudert http:/

Re: [Mingw-w64-public] gcc and g++ (c compilation only) not working on MinGW-64 in Microsoft Windows XP Professional x64 Edition (Version 2003) Service Pack 2

2008-03-20 Thread FX Coudert
2-bit mingw? FX -- François-Xavier Coudert http://www.homepages.ucl.ac.uk/~uccafco/ - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse01207

Re: [Mingw-w64-public] gcc and g++ (c compilation only) not workingon MinGW-64 in Microsoft Windows XP Professional x64 Edition(Version 2003) Service Pack 2

2008-03-20 Thread FX Coudert
> Can you elaborate on that? How does gcc for instance know if you're > targetting a Vista platform? See http://gcc.gnu.org/ml/fortran/2008-03/msg00119.html and http:// gcc.gnu.org/ml/fortran/2008-03/msg00120.html The fix is applied to all mingw hosts. FX -- François-Xavier C

Re: [Mingw-w64-public] gcc and g++ (c compilation only) not workingon MinGW-64 in Microsoft Windows XP Professional x64 Edition(Version 2003) Service Pack 2

2008-03-20 Thread FX Coudert
>> Is this built with the Vista fix (-D__USE_MINGW_ACCESS)? That fix has been included in the build system of GCC itself for quite a few months now. You don't need to do anything special to benefit from it (apart from using recent mingw headers along). FX -- François-Xavier C