Bugs item #1472546, was opened at 2006-04-18 21:25
Message generated for change (Settings changed) made by lballabio 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: Closed >Resolution: Works For Me Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Luigi Ballabio (lballabio) 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 16: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-20 04: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 11: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 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
Free forum by Nabble | Edit this page |