Re: Problem with configure when trying to build gcc 5.3
Cesar Strauss <[email protected]> Sun, 8 Jan 2017 18:59:40 +0000
| Newsgroups | gmane.comp.gnu.mingw.devel |
|---|---|
| Message-ID | <[email protected]> |
On 01/07/2017 20:09, David Gressett wrote: > I tried that and the result looked just like the example that you > had in your Tuesday message. config.log still showed > > Configured with: ../src/gcc-5.3.0/configure > --build=x86_64-pc-linux-gnu --host=mingw32 --prefix=/mingw ... This is harmless. It is simply echoing how your native gcc (installed via mingw-get) was configured. Try running gcc -v: $ gcc -v Using built-in specs. COLLECT_GCC=c:\programas\mingw\bin\gcc.exe COLLECT_LTO_WRAPPER=c:/programas/mingw/bin/../libexec/gcc/mingw32/5.3.0/lto-wrapper.exe Target: mingw32 Configured with: ../src/gcc-5.3.0/configure --build=x86_64-pc-linux-gnu --host=mingw32 --prefix=/mingw --disable-win32-registry --target=mingw32 --with-arch=i586 --enable-languages=c,c++,objc,obj-c++,fortran,ada --enable-static --enable-shared --enable-threads --with-dwarf2 --disable-sjlj-exceptions --enable-version-specific-runtime-libs --with-libintl-prefix=/mingw --enable-libstdcxx-debug --with-tune=generic --enable-libgomp --disable-libvtv --enable-nls : (reconfigured) ../src/gcc-5.3.0/configure --build=x86_64-pc-linux-gnu --host=mingw32 --prefix=/mingw --disable-win32-registry --target=mingw32 --with-arch=i586 --enable-languages=c,c++,objc,obj-c++,fortran,ada --enable-static --enable-shared --enable-threads --with-dwarf2 --disable-sjlj-exceptions --enable-version-specific-runtime-libs --with-libiconv-prefix=/mingw --with-libintl-prefix=/mingw --enable-libstdcxx-debug --with-tune=generic --enable-libgomp --disable-libvtv --enable-nls Thread model: win32 gcc version 5.3.0 (GCC) > config.status, however, contained an option list that had no --build > option. Then it's OK. It should not be picking any "ghost" of .mingw-pkgrc. Regards, Cesar ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot