On Tue, Apr 3, 2012 at 1:59 AM, rajeshwari b <[email protected]> wrote: > Hi all, > I followed "http://wiki.videolan.org/Win32CompileMSYSNew" and have installed > Msys 1.0.11 in "E:\Msys", TDM-GCC in "E:\MINGW32_64" (both 32 and 64 bit) > and Msys-git in "E:\msysgit\msysgit". I want to use autoconf and automake > for generating makefiles which i can get from Msys. Is there a way to access > the above linux tools from TDM-GCC? The collection of unix tools mentioned > in the "CrossQuickstart – mingw-w64.htm" are available in msysgit. So i may > need to access Msys-git also. Pl let me know the procedure.
I would suggest that you use ``mingw-get install msys'' to install MSYS. The mingw-get application is the mingw.org installer. However, you already have it installed so... I would remove the msys-1.0.dll from the e:\msysgit\msysgit\bin directory, it might get in your way and it isn't the official MSYS runtime. Then just make sure e:\msysgit\msysgit\bin is in your directory after the MSYS /bin directory. You could even create an entry in your MSYS /etc/fstab file like ``e:/msysgit/msysgit /opt/msysgit'' and then create an entry in your ~/.profile file that modifies PATH like so export PATH=$PATH:/opt/msysgit/bin HTH, -- Earnie -- https://sites.google.com/site/earnieboyd ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
