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