On Wed, Apr 4, 2012 at 4:52 AM, rajeshwari b <[email protected]> wrote: > Hi all, > As directed, have deleted the "msys-1.0.dll" from E:\msysgit\msysgit\bin > directory. > Have mounted the directory E:\msys\msys\ as /opt/msysgit
You need to use E:/msysgit/msysgit Use the / and not the \ in /etc/fstab. > Have added the line "export PATH=$PATH:/opt/msysgit/bin" preceding the > following condition statement, > > if [ $MSYSTEM == MINGW32 ]; then > export PATH=".:/usr/local/bin:/mingw/bin:/bin:$PATH" > else > export PATH=".:/usr/local/bin:/bin:/mingw/bin:$PATH" > fi > > So, can still access the TDM-GCC from Msys shell. There is one more doubt You also need to add /e/MINGW32_64 to PATH. You probably want to replace /mingw/bin with /e/MINGW32_64/bin. -- 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
