From: SourceForge.net <no...@so...> - 2006-11-23 11:13:54
|
Bugs item #1420489, was opened at 2006-01-31 14:39 Message generated for change (Comment added) made by chfl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=744811&aid=1420489&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: autotools compilation Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Rainer Machne (raimc) Assigned to: Nobody/Anonymous (nobody) Summary: libSBML with expat Initial Comment: LOPEZ GARCIA DE LOMANA, ADRIAN has reported that configure and make don't work for libSBML installation with the Expat instead of the Xerces-c XML library. This bug can temporarily be solved simply by replacing all occurences of `-lxerces-c' in the files: configure 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. ---------------------------------------------------------------------- >Comment By: Christoph Flamm (chfl) Date: 2006-11-23 12:13 Message: Logged In: YES user_id=1113720 Originator: NO added configure dispatch between xerces-c and expat. ---------------------------------------------------------------------- Comment By: Rainer Machne (raimc) Date: 2006-06-08 15:10 Message: Logged In: YES user_id=1124477 The same replacement needs to be done for the src directory src/Makefile.am src/Makefile.in ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=744811&aid=1420489&group_id=139893 |