On Wed, Oct 24, 2018, at 18:18 CDT, Wolfgang Bangerth <bange...@colostate.edu> wrote:
> Chucui, > >> My command lines are >> >> $cmake /vol7/home/zhaoyucan1016/dealii-9.0.1/dealii-9.0.1 >> [...] >> -DCMAKE_INSTALL_PREFIX=/vol7/home/zhaoyucan1016/dealii-9.0.1/build This looks odd. You are configuring in-source and installing into the build directory. Would you mind to (in addition to Wolfgang's suggestions) * download dealii-9.0.1.tar.gz again (verify that the archive is complete and not corrupted). * unpack the sources to a *new* source directory, say /vol7/home/zhaoyucan1016/dealii-9.0.1/sources * delete the build directory and simply configure with $ mkdir -p /vol7/home/zhaoyucan1016/dealii-9.0.1/build $ cd /vol7/home/zhaoyucan1016/dealii-9.0.1/build $ cmake ../sources $ make ... $ make test * if above step succeeds, reconfigure by enabling all external packages you want. Best, Matthias -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to dealii+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.