Hello Pylith People<br><br>I never seem to get this instalation process right.<br>I did the following:<br>  mkdir -p $HOME/src/pylith<br>  cd $HOME/src/pylith<br>  mv $HOME/Downloads/pylith-installer-1.7.1-0.tgz .<br>  tar -zxf pylith-installer-1.7.1-0.tgz<br>
<br>  mkdir -p $HOME/build/pylith<br>  cd $HOME/build/pylith<br>  $HOME/src/pylith/pylith-installer-1.7.1-0/configure \<br>    --with-make-threads=2 \<br>    --prefix=$HOME/pylith<br>  source setup.sh<br>  make LDFLAGS+=-ldl<br>
<br>%% I added the LDFLAGS because of a previous error<br>%% and cleaned the build folder<br><br>The install process advances further till it hits:<br>checking whether -lpython2.7 is a shared library... yes<br>configure: downloading missing Python dependencies<br>
configure: error: in `/home/tora/build/pylith/nemesis-build&#39;:<br>configure: error: cannot download missing Python dependencies<br>See `config.log&#39; for more details<br>make[3]: Entering directory `/home/tora/build/pylith/nemesis-build&#39;<br>
make[3]: *** No targets specified and no makefile found.  Stop.<br>make[3]: Leaving directory `/home/tora/build/pylith/nemesis-build&#39;<br>make[2]: *** [nemesis] Error 2<br>make[2]: Leaving directory `/home/tora/build/pylith&#39;<br>
make[1]: *** [installed_nemesis] Error 2<br>make[1]: Leaving directory `/home/tora/build/pylith&#39;<br>make: *** [installed_pylith] Error 2<br><br>As said in the Config.log, I run a Ubuntu 12.04 64bit, its a clean slate, meaning I am trying to make pylith work with 2 thread before installing anything else.<br>
<br><br>Regards<br><br>