Bugs item #2096014, was opened at 2008-09-06 02:33
Message generated for change (Comment added) made by lballabio
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112740&aid=2096014&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: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Anton Blanchard (antonb)
>Assigned to: Luigi Ballabio (lballabio)
Summary: configure fails to find unit test libs with full path in CC
Initial Comment:
A common way to test an alternate compiler is to override CC and CXX, eg:
./configure CC=/root/gcc-test/bin/gcc CXX=/root/gcc-test/bin/g++
Unfortunately configure fails to find the boost unit test libs because it creates patterns with the full pathname:
/root/gcc-test/bin/g++ -o conftest conftest.cc -lboost_unit_test_framework-/root/gcc-test/bin/gcc44
We can use basename to strip the full path from CC. After applying the patch and running autoconf we now find the library:
/root/gcc-test/bin/g++ -o conftest conftest.cc -lboost_unit_test_framework-gcc44
----------------------------------------------------------------------
Comment By: Luigi Ballabio (lballabio)
Date: 2008-09-09 09:57
Message:
The patch was applied to the Subversion repository.
Thank you for the report and the fix.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112740&aid=2096014&group_id=12740-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev