|
From: <mai...@we...> - 2006-02-17 13:55:10
|
Keith MARSHALL schrieb: > Marc Höper wrote: > >> I had some trouble with make and tried to figure out why. It >> turned out that my scripts want to use mingw32-make which seems >> to be mixed up. >> >> For using mingw32-make I installed MSys 1.0.10 and after that >> mingw32-make-3.80.0-3. For both I used the exe installers. >> Requesting the make version outputs what I have expected. This is >> the GNU Make which is installed with MSys. >> >> Calling mingw32-make --version returns nothing but an error. What >> did I [do] wrong? >> > > What installation paths did you specify? Using msys-1.0.10, you must > *not* have mingw32-make in /bin. > Thanks for you help. It seems to be ok now. I did install mingw32-make into the default install directory. That is the mingw dir, e.g. c:\program files\mingw32. Changing the installation dir manually to c:\program files\mingw32\mingw worked. Now, I have command line options of mingw32-make, too. I also install msysDTK. Are there install contraints for this package? The how-tos I found described that packages have to be deflated into the /mingw dir but I didn't know that I also have to do this for the exe installers. I'm still not sure how to handle the packages named msys*, like msys-libtool. Do I have to install them into / or /mingw? Marc |