Boost logo

Boost Users :

Subject: Re: [Boost-users] why aren't I getting multithreaded versions of the libraries that need to be built?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-08-29 11:42:03


AMDG

On 08/29/2011 08:12 AM, Ted Byers wrote:
> This is in cygwin, using gcc.
>
> initially I used the following (I don't use python and don't have MPI, but
> wanted everything else):
>
> $ ./bootstrap.sh
> --with-libraries=chrono,date_time,exception,filesystem,graph,graph_parallel,
> iostreams,math,program_options,random,regex,serialization,signals,system,tes
> t,thread,wave
>
> ./b2 install
>
> I then tried building QuantLib, which makes extensive use of boost,
> including the test framework. But it failed because it tried linking to a
> multihtreaded build of the test frameqwork.
>
> <snip>
>

You are getting a multithreaded library. The problem is
that the name is not what QuantLib apparently expects.
To get the old naming convention, use --layout=tagged.

In Christ,
Steven Watanabe




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