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-w64-public@lists

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

Re: [Mingw-w64-public] EXE error for w32 app in TDM

2012-04-03 Thread rajeshwari b
Hi all, I used the flag -static and -m32 (needed in TDM 64/32 bit), working. Thanks & Rgds, Raj007 On Tue, Apr 3, 2012 at 2:47 PM, Kai Tietz wrote: > Hi, > > 2012/4/3 rajeshwari b : > > HI all, > > I tried compiling a win32 API based code in TDM-GCC (with mingw w64 and > > GCC4.6.1). The exe get

Re: [Mingw-w64-public] EXE error for w32 app in TDM

2012-04-03 Thread Kai Tietz
Hi, 2012/4/3 rajeshwari b : > HI all, > I tried compiling a win32 API based code in TDM-GCC (with mingw w64 and > GCC4.6.1). The exe gets created but when running the exe, i get a blank > window. I used the following command with flags for compile and link i.e., > g++ -m32 -mwin32 -o FileNextFile

[Mingw-w64-public] EXE error for w32 app in TDM

2012-04-03 Thread rajeshwari b
HI all, I tried compiling a win32 API based code in TDM-GCC (with mingw w64 and GCC4.6.1). The exe gets created but when running the exe, i get a blank window. I used the following command with flags for compile and link i.e., g++ -m32 -mwin32 -o FileNextFile FileNextFile.cpp Am attaching the sour