From: Eric F. <efe...@ph...> - 2009-03-25 17:41:29
|
> I tried to fix this by installing libtool. However, I get > another error: > > bash-2.05a$ ./autogen.sh > Creating aclocal.m4... > configure.in:76: required file `config/ltmain.sh' not found > > Actually that is automake that fails here: > bash-2.05a$ automake > configure.in:76: required file `config/ltmain.sh' not found > > My automake is the one I compiled from GNU sources, not a > default one from AIX, as I prefer to work with my own tools > and compiler on that platform. > > Any idea ? > > Eric OK, I copied libtool-2.2.6/libltdl/config/ltmain.sh to SBML_odeSolver/config/ and could compile succesfully. However, I segfault when trying to run a model with odeSolver. I'll try to see what's happening. Eric |