Thanks Ruben,

> I have completed the x86 build and uploaded it here:
> https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/rubenvb/

When I try to compile wxWidgets 2.8.10 as usual .-

mingw32-make -f Makefile.gcc SHARED=1 UNICODE=1 BUILD=release MONOLITHIC=1
g++ -shared -fPIC -o ..\..\lib\gcc_dll\wxmsw28u_gcc_custom.dll ... -mthreads 
-L..\..\lib\gcc_dll 
-Wl,--out-implib=..\..\lib\gcc_dll\libwxmsw28u.a ...

I get the error .-
ld.exe: out of memory allocating 32706688 bytes

or active debug .-
mingw32-make -f Makefile.gcc SHARED=1 UNICODE=1 BUILD=debug MONOLITHIC=1
gcc_mswuddll\monodll_laywin.o: could not read symbols: Memory exhausted

With mingw-w32-bin_i686-mingw_20100914_sezero.zip runs fine.
------------------------------------------------------------------
But with this version mingw-w32-bin_i686-mingw_20100914_sezero.zip I have 
"mysterious" (for me :) GPFs in XP sp3.-

Access Violation at location 77c0554a in module msvcrt.dll Reading from 
location 0000000d.

Registers:
eax=00411676 ebx=77c2f990 ecx=77c09bc6 edx=00000000 esi=00e5ffa4 edi=00000000
eip=77c0554a esp=00e5fb94 ebp=00000005 iopl=0         nv up ei pl zr na po nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246

Call stack:
77C0554A  C:\WINDOWS\system32\msvcrt.dll:77C0554A  __NLG_Notify

It also happens with gdb, simply turn on break assert .-
GNU gdb (GDB) 7.2.50.20100914-cvs
This GDB was configured as "i686-w64-mingw32".
(gdb) break assert

Any help is appreciated.
-- 
Xavi

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to