Hi all
Just a compilation of previous OS X configure/build bugs that still appear to be present and undocumented, in case this helps anyone:
(1) if the configure script gives this error
-------------
configure: found SBML Library Version
checking correct functioning of SBML... no:
CFLAGS=-g -O2 -I/Users/eva/Desktop/LibSBML/include -I/Users/eva/Desktop/LibSBML/include/sbml
LDFLAGS= -L/Users/eva/Desktop/LibSBML/lib
LIBS= -lxerces-c -lsbml
configure: error: Can not link to SBML Library:
Please, make sure to use libSBML version >= 2.3.2
-----------------------------------
...it might be because libxerces-c is not installed, not because it can't find libsbml or it's the wrong version. The configure script should be more precise about the reason for the error and should be able to solve this, especially when asked to configure with libexpat
(2) you need to comment out any lines that include "malloc.h" in the source (FreeBSD also?)
HTH
Michael