All files exist and accessible. Also, Cmake files are generated in the step-1 folder. But, I do not know why it does not work. I hope to get a suggestion for solving the problem.
Thanks, Javad On Monday, July 29, 2019 at 9:13:21 AM UTC-4, Daniel Arndt wrote: > > Javad, > > I installed Dealii-9.1.1 successfully. So, I wanted to run step-1 and >> followed the command lines based on README instruction. But, I have faced >> an error that you can see as follow: >> >> root@Lenovo-PC:~/math/dealii-9.1.1/examples/step-1# cmake >> -DDEAL_II_DIR=/root/bin/dealii-9.1.1/ . >> [...] >> root@Lenovo-PC:~/math/dealii-9.1.1/examples/step-1# make >> Scanning dependencies of target step-1 >> [ 50%] Building CXX object CMakeFiles/step-1.dir/step-1.cc.o >> make[2]: *** No rule to make target >> '/root/math/dealii-9.1.1/lib/libdeal_II.g.so.9.1.1', needed by 'step-1'. >> Stop. >> [...] >> > > It looks like /root/math/dealii-9.1.1/lib/libdeal_II.g.so.9.1.1 is not > accessible. Does this file exist? Is it readable? > Anyway, you should just install deal.II anew and make sure that the file > exists in the installation directory. > > Best, > Daniel > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/ade492c7-9e88-491d-b69c-3595dee62801%40googlegroups.com.
