Dear Bruno,

I could resolve the issue by myself, just downloaded that library file, copied that file in the lib directory of deal.ii, entried in /etc/ld.so.conf, executed ldconfig and re-compiled the same. Yes, CMakelist.txt was changed with respect to version of deal.ii

Many thanks for the response.

Thanks & Regards,
Sudeep Narayan Banerjee
System Analyst | Scientist B
Information Systems Technology Facility
IIT Gandhinagar, Palaj
Pin: 382355
On Thursday 14 July 2016 05:39 PM, Bruno Turcksin wrote:
Sudeep,

On Thursday, July 14, 2016 at 5:16:54 AM UTC-4, [email protected] wrote:

    I have no functional idea about deal.ii but I helped him to
    compile and install deal.ii(dealii-8.3.0). I was able to run
    step-1 and step-10 from examples folder.

You say that you compiled deal 8.3.0 but in the screenshot the missing library is deal 8.1.0 Did you compile your code to use deal 8.3.0 or 8.1.0? If you updated deal, you need to recompile your code.


    The attached screenshot says that one library file is missing thus
    GNU linking is not happening.

you can add deal to your LD_LIBRARY_PATH. So if you are using bash, you can do
export LD_LIBRARY_PATH=/path/to/libdealII_g.so.8.1.0:$LD_LIBRARY_PATH

Best,

Bruno
--
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 a topic in the Google Groups "deal.II User Group" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/NOYxET_Az6Y/unsubscribe. To unsubscribe from this group and all its topics, send an email to [email protected] <mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.

--
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.

Reply via email to