Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2123: link against libexpat.a of graph lib fails on 64 bit Linux
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-07-23 15:22:44
#2123: link against libexpat.a of graph lib fails on 64 bit Linux
------------------------------------------+---------------------------------
Reporter: michael.hufer_at_[hidden] | Owner: dgregor
Type: Bugs | Status: new
Milestone: Boost 1.35.1 | Component: graph
Version: Boost 1.35.0 | Severity: Problem
Resolution: | Keywords: gcc-4.3 linux 64bit graph graphml expat
------------------------------------------+---------------------------------
Comment(by dgregor):
I believe I've found the issue, but I can't test it myself at the moment.
If you make this change to libs/graph/build/Jamfile.v2, it should link
against the shared expat:
Index: Jamfile.v2
===================================================================
--- Jamfile.v2 (revision 47135)
+++ Jamfile.v2 (working copy)
@@ -26,7 +26,7 @@ if [ modules.peek : EXPAT_INCLUDE ] && [
optional_sources += graphml.cpp ;
optional_reqs += <include>$(EXPAT_INCLUDE)
<library-path>$(EXPAT_LIBPATH)
- <find-static-library>expat
+ <find-shared-library>expat
;
}
else
-- Ticket URL: <http://svn.boost.org/trac/boost/ticket/2123#comment:3> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:58 UTC