From: SourceForge.net <no...@so...> - 2012-02-24 00:45:53
|
Support Requests item #3492571, was opened at 2012-02-23 16:45 Message generated for change (Tracker Item Submitted) made by hopper333 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=744812&aid=3492571&group_id=139893 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 Priority: 5 Private: No Submitted By: Michael Hopkins (hopper333) Assigned to: Nobody/Anonymous (nobody) Summary: Build recommendations for Mac OS X Initial Comment: Hi all Having recently built an up-to-date SOSlib (the github version which I believe is 1.7.0 beta) I have some recommendations to make the process run smoothly. 1) use libSBML 3.4.1 and build from source because the two 3.4.1 binary installers availablel on SourceForge do not work on my 10.6.8 machine with up-to-date development tools. I built with libexpat but there are options for libxerces-c and libxml2 as well which I cannot comment upon. 2) use Sundials 2.3.0 and add the --enable-shared flag during configure or else you will get dynamic library loading errors when you run. 3) you might need 'autoconf' or perhaps 'autoreconf -i' to get the SOSlib 'configure' to work 4) there is a bug in the configure script that make one of the library search paths '/lib/'. You might need to add LDFLAGS='/usr/local/lib' if it doesn't already exist in the compiler call. Good luck! Michael ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=744812&aid=3492571&group_id=139893 |