Boost logo

Boost-Build :

Subject: Re: [Boost-build] Works fine on Windows, but boost 1.4.4 has lots of build failures on Linux, help needed urgently
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-11-11 03:59:01


On Wednesday, November 10, 2010 23:18:17 Ling Wang wrote:
> I am building boost 1.4.4 on a SUSE Linux (2.6.31.12-0.2-desktop #1 SMP
> PREEMPT 2010-03-16 21:25:39 +0100 i686 i686 i386 GNU/Linux).
>
> I did ./bootstrap.sh and followed by ./bjam
>
> I got only about 23 *.so files generated under stage/lib folder, much much
> less than the ones I got under Windows. I got tons of build errors and here
> is the last 2 lines of build message:
>
> ...failed updating 60 targets...
> ...skipped 12 targets...
>
> attached is the build log. Can anyone please offer any help?

You appear to have compile errors with iostreams and python libraries, all
caused by not having necessary headers. Please install headers to libz,
libbz2 and python.

> We are moving
> into Linux grid computing nodes and it is a shock to find out there are so
> many problems on Linux while it has been working fine on Windows.

Presumably, because on Windows those libraries are just not built by default.

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build: http://boost.org/boost-build2

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk