Dr. David Kirkby wrote: > http://developers.sun.com/solaris/articles/cmp_stlport_libCstd.html > > says you can't mix the libCstd and libstlport libraries. However, they will > be > mixed if python is not built with the compiler option '-library=stlport4', > but > PolyBoRi is built with that option. Since we do not care about backward > compatibility with older releases of Sun's C++ compiler, I'm not aware of any > reason the compiler option -library=stlport4 should not be added to all the > parts of Sage that use the Sun C++ compiler.
Thinking about that more, since python in sage is not configured with the option to use a C++ compiler for main, there will be no C++ library, so there can be no conflict. However, the inclusion of that library might resolve the missing symbol, so it is worth a try. dave -- 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