2013/5/31 zhangxinghai <[email protected]>

>  Hi,Ruben
> I  think I must use --build and --host.If not,first I will get cannot
> guess build type error.
> The tdm-gcc is built with --build=x86_64-w64-mingw32,So I set build type
> to that.
> I  want to build the wx dlls which are used under 32bit windows xp os.
> So I set host type to i686-w64-mingw32
> I think I'm performing a cross compiling,Is that right?
>

Technically yes, practically it's better to make the configure script
believe you're on 32-bit Windows.

I am capable of running

../wxwidgets-2.9.4/configure --host=i686-w64-mingw32
make

but it ends up with the same problem.

I have rebuilt this with my GCC 4.7.4 build, and it works just fine.

I believe we have an auto-import bug in either GCC 4.8 or binutils trunk.
The GCC 4.7.4 build used the binutils 2.23.2 release, whereas the 4.8.0
build still used trunk 2.23.52.20130322.

Ruben


Thanks.
>
>
>
>
>
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite
> It's a free troubleshooting tool designed for production
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://p.sf.net/sfu/appdyn_d2d_ap2
> _______________________________________________
> Mingw-w64-public mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
>
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to