I'm trying to install SBML ode solver on fedora (I try
on fc2 and fc5 with the same results) but I have an
error in ./configure while trying to linking sundials
library:
checking correct functioning of SUNDIALS CVODE... no:
CFLAGS=-g -O2
-I/root/Desktop/sundials/include
LDFLAGS=-L/root/Desktop/sundials
-L/root/Desktop/sundials/lib
LIBS= -lsundials_kinsol
-lsundials_cvodes -lsundials_cvode
-lsundials_nvecserial -lsundials_shared -lm
configure: error: Can not link to SUNDIALS CVODE Library
Sundials have been correctly installed, library are in
the right place. Any idea on how to solve this problem?
Ivan