Swami,

Can you show exactly the error that you get when you are compiling? You 
have multiple libraries that were compiled statically so it could come from 
any of them.

Best,

Bruno

On Sunday, June 2, 2019 at 11:19:45 PM UTC-4, insaneSwami wrote:
>
>
> Hi,
>  I have recently tried installing dealii-9.1.1 remotely over a server 
> using ssh. Couldn't complete the build because I was  linking deal.II, 
> built as a shared library, against LAPACK, built as a static library 
> according to the thread I found at 
> https://groups.google.com/forum/#!searchin/dealii/installation%7Csort:date/dealii/y4kMEcptUjc/gW6pUL7BAwAJ
> . 
> I tried the suggested solution which is to recompile lapack with -fPIC. 
> But since, I don't have administrative privileges, I have downloaded and 
> compiled a newer version of lapack locally in my home directory with -fPIC. 
> Then I passed -DLAPACK_DIR=~/path/to/newlapacklib to cmake and tried 
> making again.  This attempt was also unsuccessful with the same set of 
> errors as before. 
> While looking at the error.log file , it seems like somehow the older 
> static lapack library is still being accessed. 
> Any idea what should I do next? I'm attaching the log files.
> Any help is appreciated.
>
> thanks,
>
> Swami
>

-- 
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 dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/e581756a-ea58-436f-9b31-c86df4838ffb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to