Hi I found a strange behavior when compiling 3.4 on windows 7 64bits, MinGW-W64-builds-4.2.0:
(on windows 32 bits, 3.4 works fine out of the box.)
when I compile the tests/hello.prg
with 3.4 it takes about 3 minutes to generate the .exe and opening a new cmd prompt gets really slow.
I need to restart the windows to stop the slowness.
I couldn't find any process consuming memory or CPU.
works fine with
3.2 nightly build
mingw:
=== TDM-GCC Compiler Suite for Windows ===
--- GCC 4.5/4.6 Series ---
*** Standard MinGW 32-bit Edition ***
3.0 official build
mingw:
=== TDM-GCC Compiler Suite for Windows ===
--- GCC 4.4/4.5 Series ---
*** Standard MinGW 32-bit Edition ***
can anyone help?
thanks!