On Tue, 27 Aug 2019 17:25 Victor Shoup, <sh...@cs.nyu.edu> wrote:

> I reviewed some comments which mentioned a problem with ntl and threads.
> I’m happy to fix that, but I don’t think I understand what the issue is.
> Can anyone explain?


if NTL is built with multithreading then it does not link in the
corresponding library, e.g. libpthread, which is not standard thing to do
(i.e. this is "underlinking") . It can be worked around by NTL users, by
supplying extra -l (e.g. -lpthread) to the linker, but this is extra
hassle, as it requires tricky extra tests at configure stage, extra flags
to mess around with.



Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/498a5033-c89e-48bf-a520-6dd7f6cac6b0%40googlegroups.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq0AZBm1XMjgCX05g-CazECWFfy2cg3fMDyk5gthc0q-5w%40mail.gmail.com.

Reply via email to