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] need 32+64-bit target ubuntu compiler for 32-bit windows host

2012-04-04 Thread Whitequill Riclo
On Wed, Mar 28, 2012 at 10:18 AM, Earnie Boyd wrote: > On Tue, Mar 27, 2012 at 12:25 PM, Whitequill Riclo > wrote: > > > > I'm using 1, to try and build... here: > > http://pastebin.me/c589420d23daa3d5ddbe15e58e03b0ab that is what I've > been > > doing. > > > One thing I've noticed here is that y

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=