Boost logo

Boost Users :

Subject: Re: [Boost-users] [quickbook]
From: Lars Viklund (zao_at_[hidden])
Date: 2012-06-20 10:04:24


On Wed, Jun 20, 2012 at 08:55:17AM -0500, Larry Evans wrote:
> There's a problem with quickbook on ubuntu using an .so library and
> that .so library needed a missing GLIBCXX library.
>
> The bjam output is in attachment.
>
> How do I solve the problem?

You seem to be using a custom compiler in a non-system location.

Do you have the location with its libstdc++.so.6 in the LD_LIBRARY_PATH?
It finds the system libstdc++, which is not sufficiently compatible with
what your toolchain expects to find.

> : compilation; default-directory: "~/prog_dev/boost-svn/ro/boost_1_49_0/sandbox/ro/type_erasure/type_erasure/libs/type_erasure/doc/" -*-
> Compilation started at Wed Jun 20 08:52:24
>
> bjam
> sh: icpc: not found
> ...patience...
> ...found 635 targets...
> ...updating 3 targets...
> quickbook.quickbook-to-boostbook bin/gcc-4.8n/debug/type_erasure.xml
> /home/evansl/prog_dev/boost-svn/ro/boost_1_49_0/dist/bin/quickbook: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/evansl/prog_dev/boost-svn/ro/boost_1_49_0/dist/bin/quickbook)
>
> "$BOOST_ROOT/dist/bin/quickbook" -I"../../.." -I"/home/evansl/prog_dev/boost-svn/ro/boost_1_49_0" --output-file="bin/gcc-4.8n/debug/type_erasure.xml" "type_erasure.qbk"
>
> ...failed quickbook.quickbook-to-boostbook bin/gcc-4.8n/debug/type_erasure.xml...
> ...skipped <pbin/gcc-4.8n/debug>type_erasure.docbook for lack of <pbin/gcc-4.8n/debug-object(xinclude-scanner)@925>type_erasure.xml...
> ...skipped <phtml>standalone_HTML.manifest for lack of <pbin/gcc-4.8n/debug>type_erasure.docbook...
> ...failed updating 1 target...
> ...skipped 2 targets...
>
> Compilation exited abnormally with code 1 at Wed Jun 20 08:52:28

> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users

-- 
Lars Viklund | zao_at_[hidden]

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