I
Hallo,
ich muesste bei einem Programm, bei dem ich bisher immer Bibliotheken dynamisch gelinkt habe, jetzt statisch linken (um praekompilierte Versionen zur Verfuegung zu stellen). Zu meiner Ueberraschung erhalte ich allerdings die unten angefuehrte Fehlermeldung.
Kann mir jemand sagen, wie ich das einzuordnen habe? Bisher habe ich noch nie statisch linken muessen und mir ist voellig unklar, was hier eigentlich schief laufen kann (wenn dynamisches linken ja funktioniert) und was ich tun muss.
**** Build of configuration Debug for project ARGUS public ****
make all
Building target: ARGUS
Invoking: GCC C++ Linker
g++ -L../../../libs/boost/lib -L../../../libs/gsl/lib -L../../../libs/log4cxx/lib -static -o"ARGUS" ./main.o ./src/tree/base_tree.o ./src/tree/changes.o ./src/tree/decomposition.o ./src/tree/gamma.o ./src/tree/sim_tree.o ./src/tree/subst_prob.o ./src/tree/tr_rearr_brch.o ./src/tree/tr_rearr_coal.o ./src/tree/tr_rearr_rec.o ./src/tree/tr_rearr_scl.o ./src/tree/tr_rearr_sngl.o ./src/tree/tree.o ./src/bool.o ./src/constants.o ./src/error.o ./src/random.o ./src/temp.o ./src/test.o ./src/node/alphabet.o ./src/node/base_nc.o ./src/node/base_nd.o ./src/node/log_acid_prob.o ./src/node/nc.o ./src/node/nd.o ./src/node/nd_visitor.o ./src/node/sim_nc.o ./src/node/sim_nd.o ./src/node/sum_probs.o ./src/node/trans_probs.o ./src/crf/crf.o ./src/crf/part_node.o ./src/crf/part_tree.o ./src/crf/prt_nd_conn.o ./src/classification/MCMC.o ./src/classification/classftn.o ./src/classification/cls_changer.o ./src/classification/jpHMM.o ./src/IO/dot.o ./src/IO/files.o ./src/IO/io.o ./src/IO/return.o ./src/IO/tip_seqs.o -lboost_filesystem -lboost_program_options -lboost_regex -lboost_system -lboost_unit_test_framework -lgsl -lgslcblas -llog4cxx
../../../libs/log4cxx/lib/liblog4cxx.a(file.o): In function `log4cxx::File::getPath(log4cxx::helpers::Pool&) const':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/file.cpp:121: undefined reference to `apr_filepath_encoding'
../../../libs/log4cxx/lib/liblog4cxx.a(file.o): In function `log4cxx::File::mkdirs(log4cxx::helpers::Pool&) const':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/file.cpp:238: undefined reference to `apr_dir_make_recursive'
../../../libs/log4cxx/lib/liblog4cxx.a(file.o): In function `log4cxx::File::lastModified(log4cxx::helpers::Pool&) const':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/file.cpp:182: undefined reference to `apr_stat'
../../../libs/log4cxx/lib/liblog4cxx.a(file.o): In function `log4cxx::File::length(log4cxx::helpers::Pool&) const':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/file.cpp:171: undefined reference to `apr_stat'
../../../libs/log4cxx/lib/liblog4cxx.a(file.o): In function `log4cxx::File::renameTo(log4cxx::File const&, log4cxx::helpers::Pool&) const':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/file.cpp:163: undefined reference to `apr_file_rename'
../../../libs/log4cxx/lib/liblog4cxx.a(file.o): In function `log4cxx::File::deleteFile(log4cxx::helpers::Pool&) const':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/file.cpp:156: undefined reference to `apr_file_remove'
../../../libs/log4cxx/lib/liblog4cxx.a(file.o): In function `log4cxx::File::exists(log4cxx::helpers::Pool&) const':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/file.cpp:141: undefined reference to `apr_stat'
../../../libs/log4cxx/lib/liblog4cxx.a(file.o): In function `log4cxx::File::list(log4cxx::helpers::Pool&) const':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/file.cpp:197: undefined reference to `apr_dir_open'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/file.cpp:200: undefined reference to `apr_filepath_encoding'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/file.cpp:201: undefined reference to `apr_dir_read'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/file.cpp:214: undefined reference to `apr_dir_close'
../../../libs/log4cxx/lib/liblog4cxx.a(file.o): In function `log4cxx::File::open(apr_file_t**, int, int, log4cxx::helpers::Pool&) const':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/file.cpp:133: undefined reference to `apr_file_open'
../../../libs/log4cxx/lib/liblog4cxx.a(loggingevent.o): In function `log4cxx::spi::LoggingEvent::getCurrentThreadName()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/loggingevent.cpp:215: undefined reference to `apr_os_thread_current'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/loggingevent.cpp:216: undefined reference to `apr_snprintf'
../../../libs/log4cxx/lib/liblog4cxx.a(loggingevent.o): In function `LoggingEvent':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/loggingevent.cpp:78: undefined reference to `apr_time_now'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/loggingevent.cpp:78: undefined reference to `apr_time_now'
../../../libs/log4cxx/lib/liblog4cxx.a(mutex.o): In function `Mutex':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/mutex.cpp:45: undefined reference to `apr_thread_mutex_create'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/mutex.cpp:45: undefined reference to `apr_thread_mutex_create'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/mutex.cpp:35: undefined reference to `apr_thread_mutex_create'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/mutex.cpp:35: undefined reference to `apr_thread_mutex_create'
../../../libs/log4cxx/lib/liblog4cxx.a(mutex.o): In function `~Mutex':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/mutex.cpp:55: undefined reference to `apr_thread_mutex_destroy'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/mutex.cpp:55: undefined reference to `apr_thread_mutex_destroy'
../../../libs/log4cxx/lib/liblog4cxx.a(objectimpl.o): In function `log4cxx::helpers::ObjectImpl::releaseRef() const':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/objectimpl.cpp:44: undefined reference to `apr_atomic_dec32'
../../../libs/log4cxx/lib/liblog4cxx.a(objectimpl.o): In function `log4cxx::helpers::ObjectImpl::addRef() const':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/objectimpl.cpp:39: undefined reference to `apr_atomic_inc32'
../../../libs/log4cxx/lib/liblog4cxx.a(objectptr.o): In function `log4cxx::helpers::ObjectPtrBase::exchange(void**, void*)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/objectptr.cpp:41: undefined reference to `apr_atomic_xchg32'
../../../libs/log4cxx/lib/liblog4cxx.a(pool.o): In function `log4cxx::helpers::Pool::pstrdup(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/pool.cpp:85: undefined reference to `apr_pstrndup'
../../../libs/log4cxx/lib/liblog4cxx.a(pool.o): In function `log4cxx::helpers::Pool::create()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/pool.cpp:57: undefined reference to `apr_pool_create_ex'
../../../libs/log4cxx/lib/liblog4cxx.a(pool.o): In function `Pool':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/pool.cpp:34: undefined reference to `apr_pool_create_ex'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/pool.cpp:34: undefined reference to `apr_pool_create_ex'
../../../libs/log4cxx/lib/liblog4cxx.a(pool.o): In function `log4cxx::helpers::Pool::pstrndup(char const*, unsigned int)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/pool.cpp:77: undefined reference to `apr_pstrndup'
../../../libs/log4cxx/lib/liblog4cxx.a(pool.o): In function `log4cxx::helpers::Pool::pstrdup(char const*)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/pool.cpp:81: undefined reference to `apr_pstrdup'
../../../libs/log4cxx/lib/liblog4cxx.a(pool.o): In function `log4cxx::helpers::Pool::itoa(int)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/pool.cpp:73: undefined reference to `apr_itoa'
../../../libs/log4cxx/lib/liblog4cxx.a(pool.o): In function `log4cxx::helpers::Pool::palloc(unsigned int)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/pool.cpp:65: undefined reference to `apr_palloc'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/pool.cpp:65: undefined reference to `apr_palloc'
../../../libs/log4cxx/lib/liblog4cxx.a(pool.o): In function `~Pool':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/pool.cpp:46: undefined reference to `apr_pool_destroy'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/pool.cpp:46: undefined reference to `apr_pool_destroy'
../../../libs/log4cxx/lib/liblog4cxx.a(stringhelper.o): In function `log4cxx::helpers::StringHelper::toInt64(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/stringhelper.cpp:103: undefined reference to `apr_atoi64'
../../../libs/log4cxx/lib/liblog4cxx.a(synchronized.o): In function `~synchronized':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/synchronized.cpp:44: undefined reference to `apr_thread_mutex_unlock'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/synchronized.cpp:44: undefined reference to `apr_thread_mutex_unlock'
../../../libs/log4cxx/lib/liblog4cxx.a(synchronized.o): In function `synchronized':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/synchronized.cpp:33: undefined reference to `apr_thread_mutex_lock'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/synchronized.cpp:33: undefined reference to `apr_thread_mutex_lock'
../../../libs/log4cxx/lib/liblog4cxx.a(threadspecificdata.o): In function `log4cxx::helpers::ThreadSpecificData::getCurrentData()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadspecificdata.cpp:54: undefined reference to `apr_threadkey_private_get'
../../../libs/log4cxx/lib/liblog4cxx.a(threadspecificdata.o): In function `log4cxx::helpers::ThreadSpecificData::recycle()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadspecificdata.cpp:65: undefined reference to `apr_threadkey_private_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadspecificdata.cpp:67: undefined reference to `apr_threadkey_private_set'
../../../libs/log4cxx/lib/liblog4cxx.a(threadspecificdata.o): In function `log4cxx::helpers::ThreadSpecificData::createCurrentData()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadspecificdata.cpp:122: undefined reference to `apr_threadkey_private_set'
../../../libs/log4cxx/lib/liblog4cxx.a(aprinitializer.o): In function `~APRInitializer':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/aprinitializer.cpp:45: undefined reference to `apr_terminate'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/aprinitializer.cpp:45: undefined reference to `apr_terminate'
../../../libs/log4cxx/lib/liblog4cxx.a(aprinitializer.o): In function `APRInitializer':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/aprinitializer.cpp:34: undefined reference to `apr_initialize'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/aprinitializer.cpp:35: undefined reference to `apr_pool_create_ex'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/aprinitializer.cpp:36: undefined reference to `apr_atomic_init'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/aprinitializer.cpp:37: undefined reference to `apr_time_now'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/aprinitializer.cpp:39: undefined reference to `apr_threadkey_private_create'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/aprinitializer.cpp:34: undefined reference to `apr_initialize'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/aprinitializer.cpp:35: undefined reference to `apr_pool_create_ex'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/aprinitializer.cpp:36: undefined reference to `apr_atomic_init'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/aprinitializer.cpp:37: undefined reference to `apr_time_now'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/aprinitializer.cpp:39: undefined reference to `apr_threadkey_private_create'
../../../libs/log4cxx/lib/liblog4cxx.a(charsetdecoder.o): In function `APRCharsetDecoder':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/charsetdecoder.cpp:71: undefined reference to `apr_xlate_open'
../../../libs/log4cxx/lib/liblog4cxx.a(charsetdecoder.o): In function `log4cxx::helpers::APRCharsetDecoder::decode(log4cxx::helpers::ByteBuffer&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/charsetdecoder.cpp:109: undefined reference to `apr_xlate_conv_buffer'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/charsetdecoder.cpp:94: undefined reference to `apr_xlate_conv_buffer'
../../../libs/log4cxx/lib/liblog4cxx.a(charsetdecoder.o): In function `log4cxx::helpers::LocaleCharsetDecoder::decode(log4cxx::helpers::ByteBuffer&, std::basic_string<char, std::char_traits<char>, std::allocator<char> >&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/charsetdecoder.cpp:376: undefined reference to `apr_os_locale_encoding'
../../../libs/log4cxx/lib/liblog4cxx.a(charsetencoder.o): In function `APRCharsetEncoder':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/charsetencoder.cpp:63: undefined reference to `apr_xlate_open'
../../../libs/log4cxx/lib/liblog4cxx.a(charsetencoder.o): In function `log4cxx::helpers::APRCharsetEncoder::encode(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, __gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >&, log4cxx::helpers::ByteBuffer&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/charsetencoder.cpp:94: undefined reference to `apr_xlate_conv_buffer'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/charsetencoder.cpp:82: undefined reference to `apr_xlate_conv_buffer'
../../../libs/log4cxx/lib/liblog4cxx.a(charsetencoder.o): In function `log4cxx::helpers::LocaleCharsetEncoder::encode(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, __gnu_cxx::__normal_iterator<char const*, std::basic_string<char, std::char_traits<char>, std::allocator<char> > >&, log4cxx::helpers::ByteBuffer&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/charsetencoder.cpp:389: undefined reference to `apr_os_locale_encoding'
../../../libs/log4cxx/lib/liblog4cxx.a(domconfigurator.o): In function `log4cxx::xml::DOMConfigurator::doConfigure(log4cxx::File const&, log4cxx::helpers::ObjectPtrT<log4cxx::spi::LoggerRepository>&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/domconfigurator.cpp:724: undefined reference to `apr_xml_parse_file'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/domconfigurator.cpp:731: undefined reference to `apr_strerror'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/domconfigurator.cpp:733: undefined reference to `apr_xml_parser_geterror'
../../../libs/log4cxx/lib/liblog4cxx.a(fileinputstream.o): In function `log4cxx::helpers::FileInputStream::read(log4cxx::helpers::ByteBuffer&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/fileinputstream.cpp:83: undefined reference to `apr_file_read'
../../../libs/log4cxx/lib/liblog4cxx.a(fileinputstream.o): In function `log4cxx::helpers::FileInputStream::close()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/fileinputstream.cpp:72: undefined reference to `apr_file_close'
../../../libs/log4cxx/lib/liblog4cxx.a(fileinputstream.o): In function `~FileInputStream':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/fileinputstream.cpp:66: undefined reference to `apr_file_close'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/fileinputstream.cpp:66: undefined reference to `apr_file_close'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/fileinputstream.cpp:66: undefined reference to `apr_file_close'
../../../libs/log4cxx/lib/liblog4cxx.a(fileoutputstream.o): In function `log4cxx::helpers::FileOutputStream::write(log4cxx::helpers::ByteBuffer&, log4cxx::helpers::Pool&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/fileoutputstream.cpp:89: undefined reference to `apr_file_write'
../../../libs/log4cxx/lib/liblog4cxx.a(fileoutputstream.o): In function `log4cxx::helpers::FileOutputStream::close(log4cxx::helpers::Pool&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/fileoutputstream.cpp:69: undefined reference to `apr_file_close'
../../../libs/log4cxx/lib/liblog4cxx.a(fileoutputstream.o): In function `~FileOutputStream':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/fileoutputstream.cpp:63: undefined reference to `apr_file_close'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/fileoutputstream.cpp:63: undefined reference to `apr_file_close'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/fileoutputstream.cpp:63: undefined reference to `apr_file_close'
../../../libs/log4cxx/lib/liblog4cxx.a(filewatchdog.o): In function `~FileWatchdog':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/filewatchdog.cpp:41: undefined reference to `apr_atomic_set32'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/filewatchdog.cpp:41: undefined reference to `apr_atomic_set32'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/filewatchdog.cpp:41: undefined reference to `apr_atomic_set32'
../../../libs/log4cxx/lib/liblog4cxx.a(filewatchdog.o): In function `log4cxx::helpers::FileWatchdog::run(apr_thread_t*, void*)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/filewatchdog.cpp:73: undefined reference to `apr_atomic_read32'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/filewatchdog.cpp:76: undefined reference to `apr_sleep'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/filewatchdog.cpp:77: undefined reference to `apr_atomic_read32'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/filewatchdog.cpp:80: undefined reference to `apr_atomic_read32'
../../../libs/log4cxx/lib/liblog4cxx.a(gzcompressaction.o): In function `log4cxx::rolling::GZCompressAction::execute(log4cxx::helpers::Pool&) const':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/gzcompressaction.cpp:40: undefined reference to `apr_procattr_create'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/gzcompressaction.cpp:43: undefined reference to `apr_procattr_io_set'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/gzcompressaction.cpp:46: undefined reference to `apr_procattr_cmdtype_set'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/gzcompressaction.cpp:58: undefined reference to `apr_procattr_child_out_set'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/gzcompressaction.cpp:65: undefined reference to `apr_file_open_stderr'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/gzcompressaction.cpp:67: undefined reference to `apr_procattr_child_err_set'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/gzcompressaction.cpp:72: undefined reference to `apr_palloc'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/gzcompressaction.cpp:81: undefined reference to `apr_proc_create'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/gzcompressaction.cpp:84: undefined reference to `apr_proc_wait'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/gzcompressaction.cpp:85: undefined reference to `apr_file_close'
../../../libs/log4cxx/lib/liblog4cxx.a(htmllayout.o): In function `log4cxx::HTMLLayout::appendHeader(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, log4cxx::helpers::Pool&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/htmllayout.cpp:184: undefined reference to `apr_time_now'
../../../libs/log4cxx/lib/liblog4cxx.a(odbcappender.o): In function `log4cxx::db::SQLException::formatMessage(short, void*, char const*, log4cxx::helpers::Pool&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/odbcappender.cpp:81: undefined reference to `apr_pstrdup'
../../../libs/log4cxx/lib/liblog4cxx.a(simpledateformat.o): In function `log4cxx::helpers::SimpleDateFormatImpl::PatternToken::renderFacet(std::locale const*, void (*)(tm&, apr_time_exp_t&), char, unsigned int, char const*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)':
simpledateformat.cpp:(.text._ZN7log4cxx7helpers20SimpleDateFormatImpl12PatternToken11renderFacetEPKSt6localePFvR2tmR14apr_time_exp_tEcjPKcRSt6vectorISsSaISsEE[log4cxx::helpers::SimpleDateFormatImpl::PatternToken::renderFacet(std::locale const*, void (*)(tm&, apr_time_exp_t&), char, unsigned int, char const*, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)]+0x61b): undefined reference to `apr_strftime'
../../../libs/log4cxx/lib/liblog4cxx.a(system.o): In function `log4cxx::helpers::System::getProperty(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/system.cpp:43: undefined reference to `apr_temp_dir_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/system.cpp:54: undefined reference to `apr_filepath_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/system.cpp:66: undefined reference to `apr_uid_current'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/system.cpp:69: undefined reference to `apr_uid_name_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/system.cpp:90: undefined reference to `apr_env_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/system.cpp:75: undefined reference to `apr_uid_homepath_get'
../../../libs/log4cxx/lib/liblog4cxx.a(threadcxx.o): In function `log4cxx::helpers::Thread::ending()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadcxx.cpp:162: undefined reference to `apr_atomic_set32'
../../../libs/log4cxx/lib/liblog4cxx.a(threadcxx.o): In function `log4cxx::helpers::Thread::interrupt()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadcxx.cpp:135: undefined reference to `apr_atomic_set32'
../../../libs/log4cxx/lib/liblog4cxx.a(threadcxx.o): In function `~LaunchStatus':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadcxx.cpp:91: undefined reference to `apr_atomic_set32'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadcxx.cpp:91: undefined reference to `apr_atomic_set32'
../../../libs/log4cxx/lib/liblog4cxx.a(threadcxx.o): In function `log4cxx::helpers::Thread::isAlive()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadcxx.cpp:158: undefined reference to `apr_atomic_read32'
../../../libs/log4cxx/lib/liblog4cxx.a(threadcxx.o): In function `log4cxx::helpers::Thread::interrupted()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadcxx.cpp:142: undefined reference to `apr_atomic_xchg32'
../../../libs/log4cxx/lib/liblog4cxx.a(threadcxx.o): In function `log4cxx::helpers::Thread::sleep(int)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadcxx.cpp:173: undefined reference to `apr_sleep'
../../../libs/log4cxx/lib/liblog4cxx.a(threadcxx.o): In function `log4cxx::helpers::Thread::join()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadcxx.cpp:111: undefined reference to `apr_thread_join'
../../../libs/log4cxx/lib/liblog4cxx.a(threadcxx.o): In function `log4cxx::helpers::Thread::launcher(apr_thread_t*, void*)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadcxx.cpp:101: undefined reference to `apr_thread_exit'
../../../libs/log4cxx/lib/liblog4cxx.a(threadcxx.o): In function `log4cxx::helpers::Thread::run(void* (*)(apr_thread_t*, void*), void*)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadcxx.cpp:68: undefined reference to `apr_threadattr_create'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadcxx.cpp:76: undefined reference to `apr_thread_create'
../../../libs/log4cxx/lib/liblog4cxx.a(threadcxx.o): In function `LaunchStatus':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadcxx.cpp:87: undefined reference to `apr_atomic_set32'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadcxx.cpp:87: undefined reference to `apr_atomic_set32'
../../../libs/log4cxx/lib/liblog4cxx.a(threadlocal.o): In function `log4cxx::helpers::ThreadLocal::get()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadlocal.cpp:54: undefined reference to `apr_threadkey_private_get'
../../../libs/log4cxx/lib/liblog4cxx.a(threadlocal.o): In function `log4cxx::helpers::ThreadLocal::set(void*)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadlocal.cpp:44: undefined reference to `apr_threadkey_private_set'
../../../libs/log4cxx/lib/liblog4cxx.a(threadlocal.o): In function `log4cxx::helpers::ThreadLocal::create(log4cxx::helpers::Pool&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/threadlocal.cpp:28: undefined reference to `apr_threadkey_private_create'
../../../libs/log4cxx/lib/liblog4cxx.a(timezone.o): In function `log4cxx::helpers::TimeZoneImpl::GMTTimeZone::explode(apr_time_exp_t*, long long) const':
timezone.cpp:(.text._ZNK7log4cxx7helpers12TimeZoneImpl11GMTTimeZone7explodeEP14apr_time_exp_tx[log4cxx::helpers::TimeZoneImpl::GMTTimeZone::explode(apr_time_exp_t*, long long) const]+0xb2): undefined reference to `apr_time_exp_gmt'
timezone.cpp:(.text._ZNK7log4cxx7helpers12TimeZoneImpl11GMTTimeZone7explodeEP14apr_time_exp_tx[log4cxx::helpers::TimeZoneImpl::GMTTimeZone::explode(apr_time_exp_t*, long long) const]+0x38): undefined reference to `apr_time_exp_gmt'
../../../libs/log4cxx/lib/liblog4cxx.a(timezone.o): In function `log4cxx::helpers::TimeZoneImpl::FixedTimeZone::explode(apr_time_exp_t*, long long) const':
timezone.cpp:(.text._ZNK7log4cxx7helpers12TimeZoneImpl13FixedTimeZone7explodeEP14apr_time_exp_tx[log4cxx::helpers::TimeZoneImpl::FixedTimeZone::explode(apr_time_exp_t*, long long) const]+0xd2): undefined reference to `apr_time_exp_tz'
timezone.cpp:(.text._ZNK7log4cxx7helpers12TimeZoneImpl13FixedTimeZone7explodeEP14apr_time_exp_tx[log4cxx::helpers::TimeZoneImpl::FixedTimeZone::explode(apr_time_exp_t*, long long) const]+0x47): undefined reference to `apr_time_exp_tz'
../../../libs/log4cxx/lib/liblog4cxx.a(timezone.o): In function `log4cxx::helpers::TimeZoneImpl::LocalTimeZone::explode(apr_time_exp_t*, long long) const':
timezone.cpp:(.text._ZNK7log4cxx7helpers12TimeZoneImpl13LocalTimeZone7explodeEP14apr_time_exp_tx[log4cxx::helpers::TimeZoneImpl::LocalTimeZone::explode(apr_time_exp_t*, long long) const]+0xb2): undefined reference to `apr_time_exp_lt'
timezone.cpp:(.text._ZNK7log4cxx7helpers12TimeZoneImpl13LocalTimeZone7explodeEP14apr_time_exp_tx[log4cxx::helpers::TimeZoneImpl::LocalTimeZone::explode(apr_time_exp_t*, long long) const]+0x38): undefined reference to `apr_time_exp_lt'
../../../libs/log4cxx/lib/liblog4cxx.a(timezone.o): In function `log4cxx::helpers::TimeZoneImpl::LocalTimeZone::getTimeZoneName()':
timezone.cpp:(.text._ZN7log4cxx7helpers12TimeZoneImpl13LocalTimeZone15getTimeZoneNameEv[log4cxx::helpers::TimeZoneImpl::LocalTimeZone::getTimeZoneName()]+0x3a): undefined reference to `apr_time_exp_lt'
timezone.cpp:(.text._ZN7log4cxx7helpers12TimeZoneImpl13LocalTimeZone15getTimeZoneNameEv[log4cxx::helpers::TimeZoneImpl::LocalTimeZone::getTimeZoneName()]+0x60): undefined reference to `apr_strftime'
timezone.cpp:(.text._ZN7log4cxx7helpers12TimeZoneImpl13LocalTimeZone15getTimeZoneNameEv[log4cxx::helpers::TimeZoneImpl::LocalTimeZone::getTimeZoneName()]+0xfa): undefined reference to `apr_strftime'
../../../libs/log4cxx/lib/liblog4cxx.a(timebasedrollingpolicy.o): In function `log4cxx::rolling::TimeBasedRollingPolicy::isTriggeringEvent(log4cxx::Appender*, log4cxx::helpers::ObjectPtrT<log4cxx::spi::LoggingEvent> const&, std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, unsigned int)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/timebasedrollingpolicy.cpp:192: undefined reference to `apr_time_now'
../../../libs/log4cxx/lib/liblog4cxx.a(timebasedrollingpolicy.o): In function `log4cxx::rolling::TimeBasedRollingPolicy::initialize(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool, log4cxx::helpers::Pool&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/timebasedrollingpolicy.cpp:107: undefined reference to `apr_time_now'
../../../libs/log4cxx/lib/liblog4cxx.a(timebasedrollingpolicy.o): In function `log4cxx::rolling::TimeBasedRollingPolicy::activateOptions(log4cxx::helpers::Pool&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/timebasedrollingpolicy.cpp:72: undefined reference to `apr_time_now'
../../../libs/log4cxx/lib/liblog4cxx.a(timebasedrollingpolicy.o): In function `log4cxx::rolling::TimeBasedRollingPolicy::rollover(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, log4cxx::helpers::Pool&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/timebasedrollingpolicy.cpp:132: undefined reference to `apr_time_now'
../../../libs/log4cxx/lib/liblog4cxx.a(zipcompressaction.o): In function `log4cxx::rolling::ZipCompressAction::execute(log4cxx::helpers::Pool&) const':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/zipcompressaction.cpp:40: undefined reference to `apr_procattr_create'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/zipcompressaction.cpp:43: undefined reference to `apr_procattr_io_set'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/zipcompressaction.cpp:46: undefined reference to `apr_procattr_cmdtype_set'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/zipcompressaction.cpp:54: undefined reference to `apr_file_open_stderr'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/zipcompressaction.cpp:56: undefined reference to `apr_procattr_child_err_set'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/zipcompressaction.cpp:61: undefined reference to `apr_palloc'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/zipcompressaction.cpp:74: undefined reference to `apr_proc_create'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/zipcompressaction.cpp:77: undefined reference to `apr_proc_wait'
../../../libs/log4cxx/lib/liblog4cxx.a(condition.o): In function `log4cxx::helpers::Condition::await(log4cxx::helpers::Mutex&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/condition.cpp:64: undefined reference to `apr_thread_cond_wait'
../../../libs/log4cxx/lib/liblog4cxx.a(condition.o): In function `Condition':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/condition.cpp:33: undefined reference to `apr_thread_cond_create'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/condition.cpp:33: undefined reference to `apr_thread_cond_create'
../../../libs/log4cxx/lib/liblog4cxx.a(condition.o): In function `log4cxx::helpers::Condition::signalAll()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/condition.cpp:50: undefined reference to `apr_thread_cond_broadcast'
../../../libs/log4cxx/lib/liblog4cxx.a(condition.o): In function `~Condition':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/condition.cpp:43: undefined reference to `apr_thread_cond_destroy'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/condition.cpp:43: undefined reference to `apr_thread_cond_destroy'
../../../libs/log4cxx/lib/liblog4cxx.a(datagramsocket.o): In function `log4cxx::helpers::DatagramSocket::create()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/datagramsocket.cpp:133: undefined reference to `apr_socket_create'
../../../libs/log4cxx/lib/liblog4cxx.a(datagramsocket.o): In function `log4cxx::helpers::DatagramSocket::close()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/datagramsocket.cpp:92: undefined reference to `apr_socket_close'
../../../libs/log4cxx/lib/liblog4cxx.a(datagramsocket.o): In function `log4cxx::helpers::DatagramSocket::connect(log4cxx::helpers::ObjectPtrT<log4cxx::helpers::InetAddress>, int)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/datagramsocket.cpp:115: undefined reference to `apr_sockaddr_info_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/datagramsocket.cpp:121: undefined reference to `apr_socket_connect'
../../../libs/log4cxx/lib/liblog4cxx.a(datagramsocket.o): In function `log4cxx::helpers::DatagramSocket::bind(int, log4cxx::helpers::ObjectPtrT<log4cxx::helpers::InetAddress>)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/datagramsocket.cpp:73: undefined reference to `apr_sockaddr_info_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/datagramsocket.cpp:79: undefined reference to `apr_socket_bind'
../../../libs/log4cxx/lib/liblog4cxx.a(datagramsocket.o): In function `log4cxx::helpers::DatagramSocket::send(log4cxx::helpers::ObjectPtrT<log4cxx::helpers::DatagramPacket>&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/datagramsocket.cpp:174: undefined reference to `apr_sockaddr_info_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/datagramsocket.cpp:182: undefined reference to `apr_socket_sendto'
../../../libs/log4cxx/lib/liblog4cxx.a(datagramsocket.o): In function `log4cxx::helpers::DatagramSocket::receive(log4cxx::helpers::ObjectPtrT<log4cxx::helpers::DatagramPacket>&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/datagramsocket.cpp:150: undefined reference to `apr_sockaddr_info_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/datagramsocket.cpp:158: undefined reference to `apr_socket_recvfrom'
../../../libs/log4cxx/lib/liblog4cxx.a(date.o): In function `Date':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/date.cpp:33: undefined reference to `apr_time_now'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/date.cpp:33: undefined reference to `apr_time_now'
../../../libs/log4cxx/lib/liblog4cxx.a(inetaddress.o): In function `log4cxx::helpers::InetAddress::getAllByName(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/inetaddress.cpp:64: undefined reference to `apr_sockaddr_info_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/inetaddress.cpp:78: undefined reference to `apr_sockaddr_ip_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/inetaddress.cpp:87: undefined reference to `apr_getnameinfo'
../../../libs/log4cxx/lib/liblog4cxx.a(serversocket.o): In function `log4cxx::helpers::ServerSocket::accept()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/serversocket.cpp:99: undefined reference to `apr_poll'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/serversocket.cpp:108: undefined reference to `apr_pool_create_ex'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/serversocket.cpp:113: undefined reference to `apr_socket_accept'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/serversocket.cpp:115: undefined reference to `apr_pool_destroy'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/serversocket.cpp:119: undefined reference to `apr_socket_opt_set'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/serversocket.cpp:121: undefined reference to `apr_pool_destroy'
../../../libs/log4cxx/lib/liblog4cxx.a(serversocket.o): In function `log4cxx::helpers::ServerSocket::close()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/serversocket.cpp:72: undefined reference to `apr_socket_close'
../../../libs/log4cxx/lib/liblog4cxx.a(serversocket.o): In function `ServerSocket':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/serversocket.cpp:32: undefined reference to `apr_socket_create'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/serversocket.cpp:37: undefined reference to `apr_socket_opt_set'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/serversocket.cpp:46: undefined reference to `apr_sockaddr_info_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/serversocket.cpp:52: undefined reference to `apr_socket_bind'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/serversocket.cpp:58: undefined reference to `apr_socket_listen'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/serversocket.cpp:32: undefined reference to `apr_socket_create'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/serversocket.cpp:37: undefined reference to `apr_socket_opt_set'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/serversocket.cpp:46: undefined reference to `apr_sockaddr_info_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/serversocket.cpp:52: undefined reference to `apr_socket_bind'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/serversocket.cpp:58: undefined reference to `apr_socket_listen'
../../../libs/log4cxx/lib/liblog4cxx.a(socket.o): In function `log4cxx::helpers::Socket::close()':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/socket.cpp:114: undefined reference to `apr_socket_close'
../../../libs/log4cxx/lib/liblog4cxx.a(socket.o): In function `log4cxx::helpers::Socket::write(log4cxx::helpers::ByteBuffer&)':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/socket.cpp:95: undefined reference to `apr_signal'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/socket.cpp:96: undefined reference to `apr_socket_send'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/socket.cpp:97: undefined reference to `apr_signal'
../../../libs/log4cxx/lib/liblog4cxx.a(socket.o): In function `Socket':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/socket.cpp:62: undefined reference to `apr_socket_addr_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/socket.cpp:71: undefined reference to `apr_sockaddr_ip_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/socket.cpp:62: undefined reference to `apr_socket_addr_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/socket.cpp:71: undefined reference to `apr_sockaddr_ip_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/socket.cpp:36: undefined reference to `apr_socket_create'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/socket.cpp:47: undefined reference to `apr_sockaddr_info_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/socket.cpp:53: undefined reference to `apr_socket_connect'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/socket.cpp:36: undefined reference to `apr_socket_create'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/socket.cpp:47: undefined reference to `apr_sockaddr_info_get'
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/socket.cpp:53: undefined reference to `apr_socket_connect'
../../../libs/log4cxx/lib/liblog4cxx.a(strftimedateformat.o): In function `log4cxx::helpers::StrftimeDateFormat::format(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, long long, log4cxx::helpers::Pool&) const':
/home/ingo/.local/share/Trash/files/log4cxx.2/src/main/cpp/strftimedateformat.cpp:44: undefined reference to `apr_strftime'
collect2: ld returned 1 exit status
make: *** [ARGUS] Fehler 1