Re: [Mingw-w64-public] Cross Compilation and using autoconf, automake

2012-04-04 Thread rajeshwari b
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 th

Re: [Mingw-w64-public] Cross Compilation and using autoconf, automake

2012-04-04 Thread Earnie Boyd
On Wed, Apr 4, 2012 at 4:52 AM, rajeshwari b 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

Re: [Mingw-w64-public] Cross Compilation and using autoconf, automake

2012-04-04 Thread rajeshwari b
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=

Re: [Mingw-w64-public] Cross Compilation and using autoconf, automake

2012-04-03 Thread Earnie Boyd
On Tue, Apr 3, 2012 at 10:53 AM, rajeshwari b 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:\

[Mingw-w64-public] Cross Compilation and using autoconf, automake

2012-04-03 Thread rajeshwari b
Hi all, The git that i have installed is "msysGit-fullinstall-1.7.9-preview20120201". Rgds, Raj007 -- Forwarded message -- From: rajeshwari b Date: Tue, Apr 3, 2012 at 8:23 PM Subject: Re: [Mingw-w64-public] Cross Compilation and using autoconf, automake To: mingw-

Re: [Mingw-w64-public] Cross Compilation and using autoconf, automake

2012-04-03 Thread rajeshwari b
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. Thanks & Rgds, Raj007 On Tue, Apr 3, 2012 at 5:22 PM, Earnie Boyd wrote: > On Tue, Apr 3

Re: [Mingw-w64-public] Cross Compilation and using autoconf, automake

2012-04-03 Thread Earnie Boyd
On Tue, Apr 3, 2012 at 1:59 AM, rajeshwari b 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

[Mingw-w64-public] Cross Compilation and using autoconf,automake

2012-04-02 Thread rajeshwari b
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 wa