Ubuntu – log4cxx undefined reference to `log4cxx::Logger::getLogger(char const*)'
I've got 2, according to me, identical cpp projects under Ubuntu Netbeans. LoggerTestProject CppApplication2 In the mainfiles of both I've integrated the following code: The result of compiling the first Project is: #include "log4cxx/logger.h" #include "log4cxx/basicconfigurator.h" #include "log4cxx/propertyconfigurator.h" #include "ratio.h"…