Peng, > On 12/03/2016 01:40 AM, Peng Ding wrote: >> thank you sir , the following is the error i met. the cmake log is also >> attached. It seems about" no rule to make target >> '/usr/lib64/libboost-serialization-mt.so", but this lib is indeed in the /usr >> /lib64 directory. >> >> [...] >> >> [ 98%] Building CXX object source/CMakeFiles/deal_II.g.dir/dummy.cc.o >> make[2]: *** No rule to make target >> '/usr/lib64/libboost_serialization-mt.so', > > Is the library readable? Is it a symbolic link that points to a > library that does not exist?
The boost library very likely changed after installation - might have gotten removed. Can you please remove the "build" directory, start fresh by configuring with cmake? -- 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]. For more options, visit https://groups.google.com/d/optout.
