I've managed to get Deal.II version 7.1.0 installed. I was having the following errors:
*Configuring deal.II version 7.1.0* *configure: error: cannot run /bin/sh contrib/config/config.sub* * ./configure: line 23: $'IFS\r=': command not found* *(lots more) * *In the config.log the error seems to be: * *## ----------- ##* *## Core tests. ##* *## ----------- ##* *configure:2447: result: Configuring deal.II version 7.1.0* * configure:2458: error: cannot run /bin/sh contrib/config/config.sub* The only way to get the install to work correctly was for me to do a purge, re-download from a different mirror site and install again in the exact same fashion. This worked for install as far as I can tell. However, when I now attempt to run the tutorials, starting with step-1, i get the following from the *make run* command line argument: username@TM03LIU /home/deal/deal.ii/examples/step-1 $ make run Makefile:141: Makefile.dep: No such file or directory ============================ Remaking Makefile.dep /bin/bash: /home/deal/deal.ii/common/scripts/make_dependencies: No such file or directory Makefile:133: recipe for target `Makefile.dep' failed make: *** [Makefile.dep] Error 1 Some google searching provided a few response threads indicating file permissions may be the problem; however, for which file is a bit unclear. Is it the target or the referenced? Any help is greatly appreciated. Thanks! SMSlavin
_______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
