Boost logo

Boost Users :

Subject: Re: [Boost-users] xlc boost without bzip2 support - Unresolved symbols
From: Mikko Vainio (mikko.vainio_at_[hidden])
Date: 2010-02-09 06:53:55


Radha wrote:
> Hi Team,
>
> I built boost 1.40 iostream lib with xlc 6.0:
> setenv NO_BZIP2 1
> setenv NO_ZLIB 1
> bjam -d+2 --prefix= .... boost/aix64 --with-thread toolset=vacpp
> cflags="-q64 " cxxflags="-q64" link=shared linkflags="-q64"
> threading=multi --with-iostreams --layout=versioned install
>
> Even when I attempt to build without bzip2 support, why am I getting
> unresolved symbols at run time of executable linked? Am i missing
> something here?
Please try
bjam -s"NO_BZIP2=1" -s"NO_ZLIB=1" ...
The "variables" referred in the iostreams documentation are Boost.Build
variables, not environment variables. The latest docs do state this, but
still give no example how to set the variables on command line.

Cheers,
Mikko


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