From: Rainer M. <ra...@tb...> - 2007-04-26 12:40:35
|
Hi Colin, Maybe you have updated your Sundials version? Sundials has changed its interfaces, and SOSlib is still using the old version. We will wait for their next release to update (was recommended by the Sundials folks). The version required for SOSlib is Sundials v.2.1.1 released in May 2005. Is this the problem? Rainer Colin Gillespie wrote: > Dear All, > > I'm trying to install ODE-solver, but I'm having configuration problems > - it can't find sundials. > > I've tried the last few versions of sundials and ODEsolver 1.6 & 1.7 and > get the same error. > > >$ ./configure --with-libsbml=/data/ncsg3/libsbml/ > --with-sundials=/data/ncsg3/sundials/ > <snip> > checking for correct functioning of SBML... yes > checking correct functioning of SUNDIALS... no: > CFLAGS=-g -O2 -Wno-unknown-pragmas -Wall -ansi > -std=iso9899:1990 -I/data/ncsg3/sundials//include > LDFLAGS= -L/data/ncsg3/sundials//lib > LIBS=-lsundials_kinsol -lsundials_cvodes > -lsundials_nvecserial -lsundials_shared -lm -lstdc++ > configure: error: Can not link to SUNDIALS Library > > $ ls /data/ncsg3/sundials > bin include lib > > $ ls /data/ncsg3/sundials/lib/ > libsundials_cvode.a libsundials_fida.a > libsundials_fnvecserial.a libsundials_nvecparallel.a > libsundials_cvode.la libsundials_fida.la > libsundials_fnvecserial.la libsundials_nvecparallel.la > libsundials_cvodes.a libsundials_fkinsol.a > libsundials_ida.a libsundials_nvecserial.a > libsundials_cvodes.la libsundials_fkinsol.la > libsundials_ida.la libsundials_nvecserial.la > libsundials_fcvode.a libsundials_fnvecparallel.a libsundials_kinsol.a > libsundials_fcvode.la libsundials_fnvecparallel.la libsundials_kinsol.la > > Any ideas? > > I have installed ODE solver in the past with no problem. > > Cheers > > Colin > > |