Most voted "msys2" questions
5 questions
Sort by count of
-
1
votes1
answer901
viewsHow to install mingw-W64-x86_64-GCC with MSYS2 if I get the message mingw64 is already installed on the system
I am trying to install GCC on my Windows station to do new tests with the use of GCC and some C compiled programs that can be ported to Windows. I’ve used several versions of GCC for Windows, some…
-
1
votes0
answers72
viewsHow to compile gettext on MSYS2 using x86_64-W64-mingw32-gcc
I am doing a series of recompilations to build a custom QEMU for my microcontroller studies, I have succeeded in compiling some packages up to gettext, after reading all the instruction files in…
-
1
votes0
answers40
viewsProblems editing database data with php
I’m starting to study hmtl5, css, java and php, and along with my studies I am developing a portal, which will be used in my work, as a shift passage and control of problems in progress, so far, I…
-
0
votes1
answer200
viewsHow to Install Make on MSYS2
I am in need of several commands used with Linux in my windows environment, and although Microsoft is releasing a new shell based on Ubuntu I was not very satisfied with the results and chose to use…
-
0
votes1
answer174
viewsHow to run cmake using MSYS2 without having to configure environment variable on Windows
I’m trying to use cmake to compile a project written in C++, the project builds smoothly if I use an IDE (tested in Qt Creator and Clion), but need to compile by command line, as I’m setting up the…