Leandro Lucarella
2009-Feb-12 17:21 UTC
[LLVMdev] Is boost supposed to work with llvm-g++?
Hello, I'm trying to compile a program using boost (Spirit) but I get a llvm-g++ crash: http://pastebin.lugmen.org.ar/4666 I'm using debian packages for both boost and LLVM: libboost1.35-dev 1.35.0-5 llvm-gcc-4.2 2.2-1 (BTW, this compiles just fine, using a *lot* of memory, but fine, using g++ 4.3.x) -- Leandro Lucarella (luca) | Blog colectivo: http://www.mazziblog.com.ar/blog/ ---------------------------------------------------------------------------- GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145 104C 949E BFB6 5F5A 8D05) ---------------------------------------------------------------------------- Ya ni el cielo me quiere, ya ni la muerte me visita Ya ni el sol me calienta, ya ni el viento me acaricia
On Feb 12, 2009, at 9:21 AM, Leandro Lucarella wrote:> Hello, I'm trying to compile a program using boost (Spirit) but I get > a llvm-g++ crash: > http://pastebin.lugmen.org.ar/4666 > > I'm using debian packages for both boost and LLVM: > libboost1.35-dev 1.35.0-5 > llvm-gcc-4.2 2.2-1 > > (BTW, this compiles just fine, using a *lot* of memory, but fine, > using > g++ 4.3.x)Please try upgrading to LLVM SVN mainline or the 2.5 prerelease, 2.2 is really old. -Chris