On Wed, Jul 9, 2008 at 9:26 PM, Gerard Henry wrote:
> hello all,
> now i need to compile boost with g++, and it went into many errors!
>
[...]>
> 2) with an old release of Boost (1.34.1), and Sun gcc (3.4.3) there are
> others errors:
> gcc.compile.c++
> bin.v2/libs/python/build/gcc-3.4.3/debug/th
hello all,
now i need to compile boost with g++, and it went into many errors!
1) if i use gcc-4.0.2 (from blastwave, with gnu ld), some targets failed
to compile and i got this kind of error:
gcc.link.dll
bin.v2/libs/regex/build/gcc-4.0.2/release/threading-multi/libboost_regex-gcc40-mt-1_35.so
Iain Bason wrote:
> I asked the Studio C++ team, and here's what they said:
>
>> The main problem lies with compiler options. Boost doesn't work (and
>> is not supposed to) with old pre-standard STL implementation, which is
>> still the default, but it should build and work with STLport.
>>
>> I
hello all,
i'm trying to use boost on a Sun v40z Solaris 10, with Studio 12.
To compile boost, i followed what i found here:
http://blogs.sun.com/sga/entry/boost_mini_howto
and
http://blogs.sun.com/sga/entry/how_to_build_boost_1
Compilation went fine, but i'm unable to have example working. Exampl
I asked the Studio C++ team, and here's what they said:
> The main problem lies with compiler options. Boost doesn't work (and
> is not supposed to) with old pre-standard STL implementation, which
> is still the default, but it should build and work with STLport.
>
> I tried that example with