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

[Mingw-w64-public] Question about "warning: ISO C does not support the 'I64' ms_printf length modifier"

2012-04-11 Thread niXman
Hi, When buildling MinGW, are shown more than a thousand of such warnings. Tell me please, does it happen just to me? Or it happens to the others who build MinGW, too? How to fix or suppress that specific warning? Thanks! -- Regards,   niXman --

Re: [Mingw-w64-public] mingw-w64, gcc cross-compiler for x86_64, and mingw-cross-env (mxe)

2012-04-11 Thread Kai Tietz
Hi William, 2012/4/11 William : > Hello, > > I was wondering : I saw this webpage, about a gcc x86_64 cross compiler : > http://wiki.osdev.org/GCC_Cross-Compiler_for_x86_64 > What is the difference with mingw-w64 ? It is an ELF x86_64 abi (means 64-bit linux) compiler. > Does mingw-w64 uses it ? O

[Mingw-w64-public] mingw-w64, gcc cross-compiler for x86_64, and mingw-cross-env (mxe)

2012-04-11 Thread William
Hello, I was wondering : I saw this webpage, about a gcc x86_64 cross compiler : http://wiki.osdev.org/GCC_Cross-Compiler_for_x86_64 What is the difference with mingw-w64 ? Does mingw-w64 uses it ? By the way, I have started to modify mingw-cross-env to use mingw-w64 instead of mingw.org. Mingw-

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