From: luli <lu...@eb...> - 2012-03-17 18:23:57
|
Hi, I am trying to install the latest Ecell (3.2.2), but unsuccessfully. First of all, your repository of pre-built packages (for debian and ubuntu) is down. Secondly, I tried to install the source from both sourceForge and GitHub. During "make", I obtained the following logs: --- make all-recursive make[1]: Entering directory `/home/luli/bin/ecell-3.2.2' Making all in libltdl make[2]: Entering directory `/home/luli/bin/ecell-3.2.2/libltdl' make all-am make[3]: Entering directory `/home/luli/bin/ecell-3.2.2/libltdl' /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -c -o ltdl.lo ltdl.c /bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -o libltdlc.la ltdl.lo -ldl make[3]: Leaving directory `/home/luli/bin/ecell-3.2.2/libltdl' make[2]: Leaving directory `/home/luli/bin/ecell-3.2.2/libltdl' Making all in dmtool make[2]: Entering directory `/home/luli/bin/ecell-3.2.2/dmtool' make all-am make[3]: Entering directory `/home/luli/bin/ecell-3.2.2/dmtool' make[3]: Leaving directory `/home/luli/bin/ecell-3.2.2/dmtool' make[2]: Leaving directory `/home/luli/bin/ecell-3.2.2/dmtool' Making all in ecell make[2]: Entering directory `/home/luli/bin/ecell-3.2.2/ecell' make all-recursive make[3]: Entering directory `/home/luli/bin/ecell-3.2.2/ecell' Making all in libecs make[4]: Entering directory `/home/luli/bin/ecell-3.2.2/ecell/libecs' Making all in scripting make[5]: Entering directory `/home/luli/bin/ecell-3.2.2/ecell/libecs/scripting' /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I.. -I../.. -I/home/luli/bin/ecell-3.2.2 -I../../../libltdl -I/usr/include -g -O2 -g -O2 -MT ExpressionCompiler.lo -MD -MP -MF .deps/ExpressionCompiler.Tpo -c -o ExpressionCompiler.lo ExpressionCompiler.cpp mv -f .deps/ExpressionCompiler.Tpo .deps/ExpressionCompiler.Plo mv: cannot stat `.deps/ExpressionCompiler.Tpo': No such file or directory make[5]: *** [ExpressionCompiler.lo] Error 1 make[5]: Leaving directory `/home/luli/bin/ecell-3.2.2/ecell/libecs/scripting' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/luli/bin/ecell-3.2.2/ecell/libecs' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/luli/bin/ecell-3.2.2/ecell' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/luli/bin/ecell-3.2.2/ecell' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/luli/bin/ecell-3.2.2' make: *** [all] Error 2 -- It seems that the .deps/ExpressionCompiler.Tpo can not be generated.... Could you please give some advice and help? Best Regards Lu |