Re: [Mingw-w64-public] compilation error in TDM-GCC when building wxWidgets

2012-04-12 Thread rajeshwari b
wrote: > On 4/11/2012 9:12 AM, rajeshwari b wrote: > *snip* > > > e:/mingw32_64/bin/../lib/gcc/**x86_64-w64-mingw32/4.6.1/../..**/../../x86_64-w64-min >> >> gw32/bin/ld.exe: i386:x86-64 architecture of input file >> `minimal_sample_rc.o' is >> incompa

Re: [Mingw-w64-public] compilation error in TDM-GCC when building wxWidgets

2012-04-11 Thread rajeshwari b
ll are available. msysgit is linked correctly (solved by Earnie) to msys through profile file. Can i safely follow the above link and install the above utilities. Regards, Raj007 On Tue, Apr 10, 2012 at 6:16 PM, rajeshwari b wrote: > Hi all, > When compiling with stand alone TDM-GCC without

[Mingw-w64-public] compilation error in TDM-GCC when building wxWidgets

2012-04-08 Thread rajeshwari b
Hi all, My Thanks to Earnie for solving the issue regarding access of TDM-GCC and GIT through Msys.There is another issue now regarding the compiler. I tried building wxWidgets 2.8.12 through Msys. That is, through Msys shell, the TDM-GCC was accessed. The log is attached regarding the commands giv

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

2012-04-04 Thread rajeshwari b
Earnie Boyd wrote: > > 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 > &g

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

2012-04-04 Thread rajeshwari b
mand "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 wrote: > On Tue, Apr 3, 2012 at 10:53 AM, rajeshwari b > wro

[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
ie Boyd wrote: > 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

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 a

[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

[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

Re: [Mingw-w64-public] hello.exe issue in TDM-GCC

2012-04-02 Thread rajeshwari b
Hi all, Actually i had set the flag to -mwindows for compiling wxwidgets. So when i ran the following command, gcc -m32 -mconsole -o hello hello.c could run the *.exe. Thanks & Rgds, Raj007 On Sun, Apr 1, 2012 at 7:51 PM, Ruben Van Boxem wrote: > 2012/4/1 rajeshwari b > >>

Re: [Mingw-w64-public] hello.exe issue in TDM-GCC

2012-04-01 Thread rajeshwari b
Hi all, I ran the command "gdb hello.exe" , but the same error. So am attaching the makefile for 64 bit build. Kindly let me know if anything specific need to be done. Rgds, Raj007 On Sun, Apr 1, 2012 at 5:53 PM, Ruben Van Boxem wrote: > 2012/4/1 rajeshwari b > >> Hi

[Mingw-w64-public] hello.exe issue in TDM-GCC

2012-04-01 Thread rajeshwari b
Hi all, I compiled the hello.c code in TDM-GCC (GCC 4.6, MINGW-w64 64/32bit). I could create the hello.exe but could not run the exe. I am getting the message "hello.exe is not valid win32 application". I am using windows XP, SP3 with i686 processor (i.e., x86 family 6model 32 stepping 10 genuine I

Re: [Mingw-w64-public] Compiler settings for Dialog Blocks IDE

2012-03-30 Thread rajeshwari b
Hi, I have attached the compiler log and compiler settings in my IDE. Thanks, Regards, Raj007 On Fri, Mar 30, 2012 at 10:58 AM, rajeshwari b wrote: > Hi all, > I am using TDM-GCC (i.e., TDM-GCC Compiler Suite for Windows, GCC 4.5/4.6 > Series, Standard MinGW 32-bit Edition) compiler

[Mingw-w64-public] Compiler settings for Dialog Blocks IDE

2012-03-29 Thread rajeshwari b
Hi all, I am using TDM-GCC (i.e., TDM-GCC Compiler Suite for Windows, GCC 4.5/4.6 Series, Standard MinGW 32-bit Edition) compiler in Dialog Blocks IDE as to compile wxwidgets based C++ code. When I run the IDE with no code (building wxWidgets alone), i get around 15 warnings along with 1error. No e