You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-user@logging.apache.org by Andreas Fester <An...@gmx.de> on 2005/07/12 13:29:03 UTC

Re: Building the 0.9.8

Hi Allen,

Conway Allen wrote:
> Hello,
> 
> I've picked up Andreas' dist-tarball and various other things (apr, apr-util, 
> etc) which I've installed on my old Debian Linux 2.2.20. I've run autogen.sh and 

you should usually not need to run autogen.sh, because the dist-tarball
already contains the proper configure script.
Simply try

$ ./configure --with-apr=PathToApr --with-aprutil=PathToAprUtil 
--with-logchar=wchar_t

$ make

If this does not work, send me the output for further analysis :-)

Best Regards,

	Andreas