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

2012-04-12 Thread rajeshwari b
Hi all, John, Thank you so much for your guidance. As suggested, i added the "-F pe-i386" flag in the windres command of makefile generated for minimal. So, could run and see the output. I may need to use any of the "expat, tiff,jpeg, zlib, regex,png" packages in my project. So, pl can anyone su

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

2012-04-11 Thread John E. / TDM
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 > incompatible with i386 output > collect2: ld returned 1 exit status > ma

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

2012-04-11 Thread rajeshwari b
Hi all, John, Thanks for your suggestions. I gave the following command from Msys shell, $ ../configure --build=i686-pc-mingw32 --host=i686-w64-mingw32 --target=i686-w6 4-mingw32 --disable-shared --disable-threads --with-msw --enable-unicode expor t CXXFLAGS="-m32 -Wno-error=switch" export CPPFLAG

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

2012-04-09 Thread John E. / TDM
On 4/8/2012 11:37 PM, rajeshwari b wrote: > 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 given, configuration, and make. I have never tried building wxWidgets in MSYS. However, I've heard it

[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