Then I try build husky with M$ vc7 (cl), I got few .exe
files, but they are not work's on my WinXP/SP2/pre-sp3
===
with the minGW 3.1 compiller I got error message:
gcc: can't exec `cc1`: File not found!
[error 1] Stop at 1
=
this is may not only winXP system bug!
the compiller placed at c:\dev\gcc\bin
I have changed line CC=gcc to
CC=c:\dev\gcc\bin\gcc and build are success!
as default the %MinGW% enviroment variable point to
MinGW32 root, et.. %MinGW%==c:\dev\gcc for my
configuration, I do not know how to use enviroment in
MAKE files, but if may: CC=%MinGW%\bin\gcc
and here no more bugs at build process...
PS: sorry for my English.
This is quite old; will need to verify if the issue is still present and/or has already been resolved.