Bugs item #1581997, was opened at 2006-10-21 23:51
Message generated for change (Comment added) made by tizianomueller
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1581997&group_id=12740Please 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�ller (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.
----------------------------------------------------------------------
>Comment By: Tiziano M�ller (tizianomueller)
Date: 2006-10-21 23:52
Message:
Logged In: YES
user_id=935305
This patch fixes the first problem.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1581997&group_id=12740