Re: [Mingw-w64-public] build wx with tdm-gcc successfully

2013-06-03 Thread Ruben Van Boxem
2013/6/4 zhangxinghai > hello > I have just succeeded in building wx 2.9.4 with tdm-gcc-64 4.7.1-3,I'm > very glad.Thanks for all help. > I invoke the command > mingw32-make -f makefile.gcc -j4 BUILD=release SHARED=1 MONOLITHIC=0 > UNICODE=1 CXXFLAGS="-m32 -pipe -fno-keep-inline-dllexport -Os"

Re: [Mingw-w64-public] build wx with tdm-gcc successfully

2013-06-03 Thread xunxun
I suggest not to use multiple lib gcc here, unless you know -m32 *windres*needs -F pe-i386. You can choose one gcc with only x86 or x64. On Tue, Jun 4, 2013 at 11:23 AM, zhangxinghai wrote: > hello > I have just succeeded in building wx 2.9.4 with tdm-gcc-64 4.7.1-3,I'm > very glad.Thanks for

[Mingw-w64-public] build wx with tdm-gcc successfully

2013-06-03 Thread zhangxinghai
hello I have just succeeded in building wx 2.9.4 with tdm-gcc-64 4.7.1-3,I'm very glad.Thanks for all help. I invoke the command mingw32-make -f makefile.gcc -j4 BUILD=release SHARED=1 MONOLITHIC=0 UNICODE=1 CXXFLAGS="-m32 -pipe -fno-keep-inline-dllexport -Os" LDFLAGS=-m32 CFLAGS=-m32 RCFLAG