From: Bastiaan B. <Bas...@li...> - 2001-12-10 12:40:39
|
Hi all, =20 Testing of 0.2.6RC3 on Solaris8 + gcc 2.95.3, resulted in failures for 'make distcheck', when enabling shared libraries. They are cause by the cleanup in Log4cppCleanup. Since I like to get rid of this class in 0.3.0 anyway and on most (all?) supported platforms the closing sockets, files, etc. isn't actually necessary I made the use of this class conditional.=20 If you want to use the cleanup class you now have to #define LOG4CPP_USE_CLEANUP. The default for this flag is off, which of course is a change from RC3 and earlier. =20 Regards, =20 Bastiaan =20 |