[Mohseni@Mohseni 2]$ make Makefile:141: Makefile.dep: No such file or directory make: *** No rule to make target `step-*.cc', needed by `Makefile.dep'. Stop.
The Makefiles in the tutorial directories are set up in such a way that they expect the main program to be named "step-xx.cc" where xx is some number. If your main program is called differently, you'll either have to rename it or change the Makefile accordingly.
Best W. ------------------------------------------------------------------------ Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
