> From: Vadim A. Yagodkin > > Bin2Res and Winebuild are supposed to use Mingw32, but > $(HOST_CC) is used in makefiles. I'm not sure what you mean exactly. bin2res and winebuild are build tools. When you're cross-building on Linux they will run on Linux, so to build them you need the native C compiler, not the cross compiler. Gé van Geldorp.