Labour, Matthieu (MLPRO SF) wrote: > Hi, > > I got the latest log4cxx-0.9.8 from > http://littletux.homelinux.org/log4cxx/ > > When I run ./autogen.sh
It should usually not be necessary to run autogen, because the tarball at http://littletux.homelinux.org/log4cxx/log4cxx-0.9.8.tar.gz already contains a configure script. Simply use $ ./configure --with-logchar=wchar_t --with-apr=/path/to/apr --with-apr-util=/path/to/apr-util $ make This should build the library. Regards, Andreas
