14 Nov
2004
14 Nov
'04
8:58 p.m.
Bob Jamison wrote:
The cross-compiler is built to be located at /usr/local/xmingw, so this is what I always set to use it (I use tcsh, but bash works fine):
setenv PATH /usr/local/xmingw/bin:/usr/local/xmingw/i686-pc-mingw32/bin:$PATH
Well, I had mainly done all that, but to no avail.
Then I went ahead and did Kees' kludge of symlinks for all the executable names. That ended up making things work for me finally.
I'm sure, though, that there's some way to get it to do things the "right" way, as half my build used the proper prefixed binary names. However, 'till we have time to track subtle things down, the work-around should be sufficient. Just add that step of symlinking to your instructions page and we should be good for now.
:-)