For reference I've put the buildlog here: http://www.stp.dias.ie/~vbraun/Sage/spkg/ppl-buildlog.txt
There are two related bogus "may be used uninitialized" warnings, thats all. Actually the warnings look more like a gcc bug, I think it should have been able to figure out that the variable does get initialized in the switch{} statement. The doxygen-documentation also includes the sources, so its easy to see the cross-referenced implementation: https://www.cs.unipr.it/ppl/Documentation/devref/ppl-devref-0.11-html/ In my opinion it is very consistent C++ code and generally easy to follow with lots of useful comments. When I compiled it on OpenSolaris I used gcc+sun linker. Since the PPL buildsystem is using libtool there is some hope that either linker would work, but then I haven't tried. -- 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