Tagged Questions
5
votes
2answers
192 views
Is There Support for std::thread in Mingw32? [closed]
Possible Duplicate:
How to enable experimental C++0x concurrency features in MinGW?
my version of mingw32 (gcc version is 4.5.2) does not come with the class std::thread.
Is there a ...
1
vote
1answer
1k views
\mingw32\bin\ld.exe: cannot find -lC:/msys/1.0/opt/tcl/lib
I am attempting to compile a simulator for Y86 code (http://csapp.cs.cmu.edu/public/sim.tar) on Windows using mingw and msys, the simulator uses Tcl and Tk for a GUI that it has, so I first tried ...
0
votes
1answer
121 views
Qt does not work with Botan_v1.10.1 Libraries
I've been trying to get Qt 4.7.3 to work with the newest Botan v1.10.1 libraries.
There is a Botan binary for Windows but it seems that the *.dll files are only for MS Visual Studio.
So I tried to ...
0
votes
0answers
117 views
Compiling DiStorm3 using distutils
I'm trying to install the distorm3 python lib on windows XP so I can run a python script that imports it.
When I run the python setup.py install build --compiler=mingw32 I get this error:
...