On 4/22/20 7:16 AM, Victor Eijkhout wrote:
It looks like cmake bombs on a request to "-lpthreads". I have no idea why it is wanting that. Log files attached.

Hi Victor,
deal.II has a number of calls to the pthreads threading functions, so it needs to link against the POSIX thread library. That would call for adding -lpthread to the command line.

In your log file, the error comes from using -lpthreads (not the 's' at the end). You don't say what the exact error message is, but I would suspect that the problem results from this different spelling. Now, I looked into the deal.II sources and I can't find any occurrence where we would test with this spelling. What is your setting for CXXFLAGS, LDFLAGS, etc?

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/28c3397a-6c7d-ecc2-7dac-327d4e19b168%40colostate.edu.

Reply via email to