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
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
haunting me that, can i access Msys from TDM command prompt. I did try the
command "autoconf" , but the TDM cmd window didn't recognise it. Pl let me
know if it is safe to work with TDM-GCC compiler from Msys shell.
Thanks & Regards,
Raj007

On Tue, Apr 3, 2012 at 10:54 PM, Earnie Boyd
<[email protected]>wrote:

> On Tue, Apr 3, 2012 at 10:53 AM, rajeshwari b
> <[email protected]> wrote:
> > Hi all,
> > Sorry, i didn't get it. There is no folder as mentioned i.e., "
> > e:/msysgit/msysgit
> > /opt/msysgit ". Instead of opt, there is a "libpopt" at
> > msysgit/msysgit/src. I am first timer, so pl let it be clear.
>
> You installed MSYS in E:\Msys
> You installed MSYSGIT in E:\msysgit\msysgit
>
> That means you have two versions of the MSYS runtime in two different
> directories.  The runtime file is msys-1.0.dll and is located in the
> bin/ directory under each of the installed directories.  I instructed
> you to remove the one from the MSYSGIT distribution to avoid address
> space collision.
>
> MSYS provides a means to map a Windows directory to a POSIX style
> directory by means of a file in /etc/fstab.  Note that /etc is mapped
> to bin/msys-1.0.dll/../../etc automatically by MSYS.
>
> My reference to E:/msysgit/msysgit /opt/msysgit was adding a mapping
> of your installed E:/msysgit/msysgit to a POSIX variant /opt/msysgit.
> So add the following line to E:/Msys/etc/fstab:
>
> E:/msysgit/msysgit /opt/msysgit
>
> In POSIX ~ references the users HOME directory which you can find by
> echoing $HOME environment variable in the MSYS shell.
>
> echo $HOME
>
> My reference to adding /opt/msysgit/bit to PATH in the ~/.profile file
> means that the PATH environment variable would contain the path to the
> git executable every time you begin the MSYS instance.
>
> --
> 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
>
------------------------------------------------------------------------------
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

Reply via email to