Hi all, I have changed the line "export PATH=".:/usr/local/bin:/mingw/bin:/bin:$PATH" to export PATH=".:/usr/local/bin:/e/MINGW32_64/bin :/bin:$PATH". Actually TDM-GCC was the only mingw compiler in my system when installing Msys. I didn't run post install. I manually mounted the TDM-GCC path in the FSTAB file. So my FSTAB has the following mount points, E:/msysgit/msysgit /opt/msysgit E:/MINGW32_64 /mingw So, could successfully compile, link and execute the hello.c code from Msys. Thanks for all the guidance. Regards, Raj007
On Wed, Apr 4, 2012 at 9:38 PM, Earnie Boyd <[email protected]> wrote: > > 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 ------------------------------------------------------------------------------ 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
