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 "Mehta, Jenica" <je...@siemens.com> on 2008/06/06 16:06:52 UTC

32-bit log4cxx 0.10.0 lib on HP-UX

Hello All,

 

I am trying to generate 32-bit log4cxx 0.10.0 library on 64-bit HP-UX
machine. 

 

Machine:

$uname -a 

HP-UX B.11.11 U 9000/785 (tb)

 

$getconf KERNEL_BITS

64

 

When I do a default configuration and install log4cxx 0.10.0, it
generates a 64-bit library:

$file liblog4cxx.sl.10.0

liblog4cxx.sl.10.0:     ELF-64 shared object file - PA-RISC 2.0 (LP64)

 

Does anyone have any idea on how to configure log4cxx-0.10.0 to generate
a 32-bit library instead of 64-bit on a 64-bit HP-UX machine?

I guess somewhere in aclocal.m4 it checks if its 32-bit or 64-bit
machine.

 

Thanks & Regards,

Jenica