Boost logo

Boost Users :

Subject: Re: [Boost-users] Boost.MSM cc1plus.exe:: error: out of memory allocating 65532
From: niXman (i.nixman_at_[hidden])
Date: 2013-02-27 04:42:09


2013/2/27 RaRi

> Hi Nixam!
Hi,

> Please find the output below:
>
> C:\Users\g++ -v
> Es werden eingebaute Spezifikationen verwendet.
> COLLECT_GCC=g++
>
> COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.7.2/lto-wrapper.exe
> Ziel: mingw32
> Konfiguriert mit: ../gcc-4.7.2/configure
> --enable-languages=c,c++,ada,fortran,ob
> jc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared
> --enable-libg
> omp --disable-win32-registry --enable-libstdcxx-debug
> --disable-build-poststage1
> -with-cxx --enable-version-specific-runtime-libs --build=mingw32
> --prefix=/mingw
>
> Thread-Modell: win32
> gcc-Version 4.7.2 (GCC)

You can increase stack size when build the MinGW.
You need to add '-Wl,--stack=0x2000000' option to LDFLAGS when
cc1plus.exe is linking to get this.

Or you can choose another MinGW build.

--
Regards,
niXman
___________________________________________________
Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows:
http://sourceforge.net/projects/mingwbuilds/
___________________________________________________
Another online IDE: http://liveworkspace.org/

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net