I am cross-building using the MXE packages under Ubuntu and have encountered a
weirdness:
I am configuring with:
./../../TclTk/tcl8.6.11/win/configure --host=i686-w64-mingw32.static \
--prefix=/usr/local/i686-w64-mingw32
Everything compiles just fine, then the everthing gets re-compiled for a second time (why?), but instead of using i686-w64-mingw32.static-<program> (program is gcc, ar, ranlib, etc.), it uses i686-w64-mingw32-<program>, which fails (I have created symlinks as a temporary hack). (The MXE packages provide
two versions of the compilers a static and a shared version -- I am using the static versions.)
Why is it doing this? I cannot find anyplace in the Makefiles that is causing
this. Is this a bug of some sort?
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 463 |
Nodes: | 16 (2 / 14) |
Uptime: | 157:08:32 |
Calls: | 9,384 |
Calls today: | 4 |
Files: | 13,561 |
Messages: | 6,096,000 |