Dear Prof. Bangerth, Thank you for the reply, yes I was having some doubt on this. I removed the FIND_PACKAGE(Boost REQUIRED) in CMakeLists.txt but I still get the error.
Could it be because of the boost include file? #include <boost/math/special_functions/spherical_harmonic.hpp> Does deal.II come with boost library included? If yes, how can I use it for the access the above function? Best wishes, Kishore On Friday, May 14, 2021 at 9:24:58 PM UTC+5:30 Wolfgang Bangerth wrote: > On 5/14/21 8:17 AM, Bruno Turcksin wrote: > > > > Can you show the result of the command ldd, i.e. what do you see when > you type > > ldd ./my_code > > Could it be that you are linking against both the version of BOOST that > comes > with deal.II and against an external one? That would explain why things > already go wrong while starting up the program. Try removing the FindBOOST > call from your own project's CMakeLists.txt. > > Best > W. > > > -- > ------------------------------------------------------------------------ > Wolfgang Bangerth email: [email protected] > www: http://www.math.colostate.edu/~bangerth/ > > -- 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/f655a3e8-8060-468d-9902-c49b62cc9671n%40googlegroups.com.
