From: Christoph F. <xt...@tb...> - 2006-10-05 19:41:40
|
Hi Ivan, the problem is, that the structure of the sundials library changed between suite version 2.1.1 and suite version 2.2.0 in particular the libsundials_shared.a library vanished from the sundials suite. this causes some restructuring of the SBML Ode Solver which is planned to get done around the end of october. please use sundials suite version 2.1.1 (the previouse release) in the mean time until we have upgraded SBML Ode Solver to the new sundials suite. there is no need to install the old sundials package globally you can specify the location of your local build of the sundilas library (e.g. in directory /WHEREEVER/sundials) with the SBML Ode Solver configure option --with-sundials=/WHEREEVER/sundials =;) xtof Ivan Merelli writes: > Dear all, > > we have a nasty problem with the installation on linux (Fedora Core 5) > of the SBML Ode Solver. I have installed libsbml version 2.3.4 and > sundials 2.2.0 (but I tried even with the version 2.4). > > The problem is that there is no way to pass the ./configure step of the > installation because of this error: > > checking correct functioning of SUNDIALS CVODE... no: > CFLAGS=-g -O2 -I/usr/local/include > LDFLAGS= -L/usr/local/lib > LIBS= -lsundials_kinsol -lsundials_cvodes > -lsundials_cvode -lsundials_nvecserial -lsundials_shared -lm > configure: error: Can not link to SUNDIALS CVODE Library > > I tried to specify in different ways the path of the library, that are > correctly installed in /usr/lib. There is anyone who has been able to > install SBML ode Solver on linux? > > Ivan > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > sbmlsolver-discuss mailing list > sbm...@li... > https://lists.sourceforge.net/lists/listinfo/sbmlsolver-discuss > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > sbmlsolver-devel mailing list > sbm...@li... > https://lists.sourceforge.net/lists/listinfo/sbmlsolver-devel |