I've had a problem while compiling poppler: the #include <cstdlib> line was present, but functions such as malloc() were missing. The compiler was CC, not cc. Changing the include line to #include <stdlib.h> allowed to compile poppler.
...but #include <cstdlib> is the C++ standard, isn't it? Why is Sun Studio 11 C++ compiler doing this and how to make it stop? _______________________________________________ maintainers mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/maintainers .:: This mailing list's archive is public. ::.
