Today the hard disk space is not enough, vs2010 is too big, so unload. Change Mingw32.
Results after the replacement has been found cunit can not be used. So I reinstalled it.
I found that there are almost no correct installation documents on the Internet, I will make a simple record and then tidy up the details.
First, install the MINGW32 to install the autoconf and other related tools.
It is then configured in the terminal of the Msys.
First, the first step is to run the libtoolize command, to fill the ltmain.sh
then run automake--add-missing function is to fill in the other Lost folder
then the Run autoreconf. Because the Automake script version of Cunit is inconsistent with msys, it is autoreconf, but if you do not do it, autoreconf will not be able to execute it.
So..
can finally run./configure--prefix=/mingw
Then it's make.
Finally, make install
In a connected view is:
Libtoolizeautomake--add-missing autoreconf./configure--prefix=/mingwmakemake Install