El martes, 27 de agosto de 2019, 16:25:12 (UTC+2), Victor Shoup escribió:
>
> 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? Thanks.


Hi Victor,
 IIRC I reported this to you about a year ago. The problem is that you are 
using libtool as a build command, which calls the compiler with the 
-nostdlib flag, which in turn overrides the -pthread flag, so the binaries 
end up not being linked to libpthread. See eg. [1][2] for more info.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=661333
[2] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25460  

-- 
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/4db53ded-e5de-4015-9a74-a5c08d1b4cb9%40googlegroups.com.

Reply via email to