Hi Prasad!

Thank you for providing the logs! It seems like this here is the cause of 
it:

/usr/bin/ld: cannot find -lpthreads


It seems like this is again related to the `-lpthread` problem. Just out of 
curiosity: Which version of cmake and which OS are you using? They may have 
updated CMake in their repository which could be the reason why we see this 
issue more frequently recently...

This may have been fixed upstream in pull request #9117 
<https://github.com/dealii/dealii/pull/9117/>. This issue only occurs with 
CMake version >= 3.16. Just compile from the master branch and you should 
be good!

Best,
Marc

On Monday, April 27, 2020 at 11:27:31 AM UTC+2, Prasad Adhav wrote:
>
> Hello,
>
> I am trying to install deal.ii for the first time.
> I followed the instructions on the readme page(
> https://www.dealii.org/current/readme.html)
>
> I use the following for cmake and it worked fine:
>
> prasad@XDEM-laptop:~/Downloads/dealii-9.1.1/build$ cmake 
> -DCMAKE_INSTALL_PREFIX=/home/
> prasad/Downloads/dealii-9.1.1/dealii_install/ ..
>
> Then I tried to do `make`, `make info` and `make install`, I get a similar 
> error as follows:
> prasad@XDEM-laptop:~/Downloads/dealii-9.1.1/build$ make info 
> make: *** No rule to make target 'info'.  Stop.
>
> prasad@XDEM-laptop:~/Downloads/dealii-9.1.1/build$ make install 
> make: *** No rule to make target 'install'.  Stop.
>
> I apologize if this was already posted, in my search I did not find any 
> questions similar to this.
> Can anyone help with this?
> Thank you.
>
>
>
>

-- 
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/f43cf896-d852-4f1b-b349-e8c87878b416%40googlegroups.com.

Reply via email to