|
From: SourceForge.net <no...@so...> - 2006-10-21 21:51:36
|
Bugs item #1581997, was opened at 2006-10-21 23:51 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1581997&group_id=12740 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Tiziano M(tizianomueller) Assigned to: Nobody/Anonymous (nobody) Summary: Build-system bugs Initial Comment: Hi I made a new package for QuantLib for Gentoo Linux. While doing it, I encountered two bugs in the build-system: 1) In ql/Makefile.am you wrote an install-data-hook which installs stuff and links the static library. Unfortunately, you forgot the DESTDIR variable, which can be passed to make for installation: "make DESTDIR=/tmp/root install" and then the install-data-hook fails setting the symlink. 2) Boost can be installed as multithreading-only in which case the unit_test_framework library is named like libboost_unit_test_framework-mt.so. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1581997&group_id=12740 |