From: Rainer M. <ra...@tb...> - 2006-06-08 13:13:03
|
Hi Andrew Unfortunately we completely forgot about libSBML with expat. There is a bug report in sourceforge with short instructions. http://sourceforge.net/tracker/index.php?func=detail&aid=1420489&group_id=139893&atid=744811 Copied from there, with slight corrections: This bug can temporarily be solved simply by replacing all occurences of `-lxerces-c' in the files: configure src/Makefile.am src/Makefile.in examples/Makefile.am examples/Makefile.in odeSolver/Makefile.am odeSolver/Makefile.in with `-lexpat' e.g. by usind sed: sed 's/xerces-c/expat/g' configure >configure.new mv configure.new configure for all above files. I tried it once and it worked! Please let me know if you suceed! Rainer On Thu, 8 Jun 2006, Andrew Finney wrote: > Rainer > > I'm trying to build SOS on AIX > > for some reason I'm having problems linking with xerces for that > platform > > Is there a way to configure SOS to use expat? > > Andrew > |