Óscar Fuentes <[email protected]> writes: > Mirko Vukovic <[email protected]> > writes: > >> I opened msys2 console and did >> pacman -S mingw64/mingw-w64-x86_64-cmakeq >> >> I thought that msys2 console is for package installation, and mingw64 gives >> a >> build environment for 64-bit applications. > > AFAIK cmake does not depend on the GCC toolchain
Oh, cmake does depend on gcc so you must have mingw-w64-x86_64-gcc already installed. You wrote `cmakeq' above, but I'm assuming that that's a typo, because there is no `mingw-w64-x86_64-cmakeq' package. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Msys2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/msys2-users
