On 5/31/2017 2:38 PM, niXman wrote:
Edward Diener 2017-05-31 15:06:

When you try this yourself does everything work as
expected ?
Sure.

I have just installed MSYS2 from scratch.
I've installed only git(pacman -S git), cloned the mingw-builds project, checked out to develop branch, and ran the building(./build...). In response, I received a list of packages that needed to be installed and I've installed them. I've started the build(./build ...) again and this is what I see at the moment:

$ ./build --mode=gcc-7.1.0 --bootstrap --buildroot=/c/mingw710 --threads=posix --exceptions=dwarf --arch=i686 --bin-compress --jobs=2 --rev=0 --rt-version=v5
-> Checking OS bitness... 64-bit
-> Checking OS type... MINGW32_NT-6.1
-> Checking for installed packages... done
-> i686 toolchain
--> i686 toolchain is not installed --> download i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z... done
--> unpack i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z... done
-> start building i686-7.1.0-posix-dwarf-rt_v5-rev0 with "c,c++,fortran" languages supported
-> libiconv
--> download libiconv-1.14.tar.gz... done
--> unpack libiconv-1.14.tar.gz... done
--> patching... done
--> configure... done
--> building... done
--> installing... done
-> zlib
--> download zlib-1.2.11.tar.gz... done
--> unpack zlib-1.2.11.tar.gz... done
--> patching... done
--> configure... done
--> building... done
--> installing... done
-> gmp
--> download gmp-6.1.0.tar.bz2... done
--> unpack gmp-6.1.0.tar.bz2... done
--> configure... done
--> building... done
--> installing... done
-> mpfr
--> download mpfr-3.1.4.tar.bz2... done
--> unpack mpfr-3.1.4.tar.bz2... done
--> configure... done
--> building... done
--> installing... done
-> mpc
--> download mpc-1.0.3.tar.gz... done
--> unpack mpc-1.0.3.tar.gz... done
--> configure... done
--> building... done
--> installing... done
-> isl
--> download isl-0.16.1.tar.xz... done
--> unpack isl-0.16.1.tar.xz... done
--> patching... done
--> configure... done
--> building... done
--> installing... done
-> mingw-w64-download
--> checkout mingw-w64...


Please show me the result of 'echo $PATH' cmd.

$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/opt/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to