Hello Everyone, Is the --prefix function in the configure script working under the svn version of deal.II? I am compiling deal on a cluster, and would like to have one source directory and a few different build directories, for various compilers and blas, etc...
When I tried this (that is, set --prefix=/somedirectory), I get the error [jp...@machine svn-source]$ make baseg cd /somedirectory/common/scripts && make make_dependencies /bin/sh: line 0: cd: /somedirectory/common/scripts: No such file or directory make: *** [common/scripts/make_dependencies] Error 1 Is there a trick to this that I'm not remembering? I'm used to something along the lines of 1) adding the --prefix to the configure line, 2) configure 3) 'make all' 4) 'make install' Thanks, Jon
_______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
