I just installed the new copy of MSYS using mingw-get:
mingw-get install msys
It worked fine, but instead of the root MinGW folder it created a new one:
C:\MinGW\msys\1.0\
and put everything there...
Ok, I can have two records in my PATH:
PATH=C:\MinGW\bin;C:\MinGW\msys\1.0\bin;%PATH%
But now I like to compile and install some libraries. I go into the
library folder, run:
bash configure --prefix=/mingw
mingw32-make && mingw32-make install
but instead of putting the new libSOME.a into C:\MinGW\lib it puts the
file into C:\MinGW\msys\1.0\lib.
A little investigations shows that all MSYS' utilities add msys path
into any absolute path...
I am very confused. Why the simple command:
C:\MinGW\msys\1.0\bin\ls /
shows contents of the C:\MinGW\msys\1.0\ instead of the C:\???
What is going on and how to fix it?
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2_______________________________________________
Mingw-msys mailing list
Mingw-msys@...
https://lists.sourceforge.net/lists/listinfo/mingw-msys