Bugs item #1472546, was opened at 2006-04-18 12:25
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1472546&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Mac OS X 10.4. Configure fails
Initial Comment:
I have installed boost libs in /usr/local/include and usr/local/bin dirs,
however running ./configure gives configure: error: Boost development
files not found and quits.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2006-10-13 07:18
Message:
Logged In: NO
You should try ln -s the boost directory that inside /usr/local/include/
boost-1_33_1/boost to /usr/local/include/boost _
PowerMike
----------------------------------------------------------------------
Comment By: jsargent (j_sargent_99)
Date: 2006-04-19 19:22
Message:
Logged In: YES
user_id=1264893
I experienced something similar. When I built and installed boost (in /Users/
myName/dev/include), it creates an enclosing folder for the version of boost
that was built, i.e. the header files end up in /Users/myName/dev/include/
boost-1_34/boost/.
For QuantLib to build I had to use the configure options to explicitly locate
the boost install like so:
./configure --with-boost-include=/Users/myName/dev/include/boost-1_34
--with-boost-lib=/Users/myName/dev/lib
There may be a more elegant way to resolve it, but everything built and ran
fine after that.
Jeff
----------------------------------------------------------------------
Comment By: Luigi Ballabio (lballabio)
Date: 2006-04-19 02:47
Message:
Logged In: YES
user_id=75450
Please look at config.log and post the relevant error messages.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1472546&group_id=12740