
Hi John, Versions 1.33_1 and earlier do not support the new gcc4.x series, you'll have to wait until 1.34 is released, or try your luck with the cvs head for the time being. Cheers, -- Manfred 06.06.2006 jmzorko@mac.com wrote:
Hello, all ...
I searched in the old ActiveState message archive, but didn't find anything about this. When I compile my Boost experiments with gcc3.3, everything seems to be fine; when I compile them with gcc4, however, I get things like this (from the simple_ls example):
pugsleybutt:~/devstuff/c++/boost jmzorko$ ./simple_ls
usage: simple_ls [path]
In directory: /Users/jmzorko/devstuff/c++/boost
filesystem simple_ls(27587) malloc: *** Deallocation of a pointer not malloced: 0x2801b18; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
[]