[ quantlib-Bugs-1472546 ] Mac OS X 10.4. Configure fails

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ quantlib-Bugs-1472546 ] Mac OS X 10.4. Configure fails

SourceForge.net
Bugs item #1472546, was opened at 2006-04-18 14:25
Message generated for change (Comment added) made by j_sargent_99
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112740&aid=1472546&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: 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: jsargent (j_sargent_99)
Date: 2006-04-19 21: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 04: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