I try to compile deal.ii under cygwin. Here is my configure listing and make errors. What can be wrong? Maybe I have problems with paths?
>
Configuring deal.II version 7.1.0 [...] ---------------- generating output -------------------------- configure: creating ./config.status config.status: creating common/Make.global_options [...]
So it says that it's creating common/Make.global_options...
$make debug make[1]: Entering directory '/c/users/romek/desktop/deal2/deal.ii/common/scripts' make[1]: *** No rule to make target '/cygdrive/c/users/romek/desktop/deal2/deal.ii/common/Make.global_options', needed by 'make_dependencies.exe'. Stop.
...but then it says that the file isn't there. Can you check whether the file in fact exists, or what happened to it?
That said, I notice that make mentions that it's entering directory /c/users/romek/... but that it's looking for the file in /cygdrive/c/users/romek/... . You may want to check where the discrepancy comes from.
Best W. ------------------------------------------------------------------------ Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
