This is (again) caused by overriding the shared library search path LD_LIBRARY_PATH. In this case, the Sage version of ppl is incompatible with the OS version of ppl. Because we are forcefully loading the Sage version, gcc no longer works. We had similar problems with readline before. The only long-term solution is to use RPATH/RUNPATH instead of the LD_LIBRARY_PATH mechanism.
-- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org