Hi- I tried building log4cxx with clang/libc++ a variety of ways with options to ./configure and modifying makefile etc., but every time build says it depends on libstdc++.
I used this command to no avali: CXX=clang++ CXXFLLAGS="-std=c++11 -stdlib=libc++" ./configure In order to avoid name mangling issues with my code which is built with, I need to build log4cxx with libc++. Can anyone please help me with instructions on how I can build log4cxx with libc++/clang? Thanks, DG