I've just successfully compiled and tested log4cpp on OpenVMS Alpha 7.3.

The only difficulty is due to the lack of snprintf and vsnprintf on the OpenVMS C library. The implementations of snprintf and vsnprintf in the log4cpp (OstringStream.cpp) does not work on OpenVMS as well. However, I have successfully located a portable vsnprintf and snprintf implemtations and used it successfully with log4cpp.

I am new to OpenVMS, but if anyone finds difficulties in using this library with OpenVMS, feel free to let me know.

Tony Cheung
(tony.cheung@asiayeah.com)