All Questions
3 questions
10
votes
1
answer
2k
views
gprof producing no output for a program that takes reasonable time to execute
I know that similar questions have been asked before, but:
In regards to gprof produces empty output I am using GCC 10.2.0 from MSYS2 on Windows 10, i.e. it's a MingW64 distribution. I have also ...
1
vote
1
answer
4k
views
MSYS2 specify version of mingw32 or mingw64 gcc
Is there a way to specify the GCC version i would like to install?
I only get the latest version if i install it that way:
pacman -S mingw-w64-x86_64-gcc
1
vote
1
answer
2k
views
How can I specify include and library locations for mingw32-make under msys2?
I have a suite of Windows programs that up to now I have built under msys, one of which uses libxml2. I am currently trying to switch to building them under msys2 and the latter one is hitting a ...