|
From: Earnie B. <ea...@us...> - 2009-02-26 13:42:10
|
Quoting Lorenzo Bettini <be...@ds...>: > > yes, I was actually talking about an hardcoded path, which in turn is > retrieved directly from the configure script (the $prefix value); since > configure defaults to /usr/local as a prefix, this technique basically > does not work correctly in this environment > The remedy is simple: --prefix=`cd /usr/local; pwd -W` You might want to use your mingw path instead of /usr/local so GCC can find the libraries without needing to tell it. Giving the prefix as I have given you will cause the paths in configure to become windows absolute paths with forward slash (/) delimiters. Earnie |