[PATCH] HP-UX 11 port of JSVC (Commons::Daemon)

2005-05-31 Thread Max Zinal
Hello and have a good time of day! This patch allows JSVC to compile and run on HP-UX 11 systems. It has been tested on PA_RISC2.0W architecture, but should also work on PA_RISC2.0. Compilation was performed with GCC 3.4.3, with JDK 1.4.2 provided by HP. There is a major problem with that patch.

Re: [PATCH] HP-UX 11 port of JSVC (Commons::Daemon)

2005-06-03 Thread jean-frederic clere
Max Zinal wrote: Hello and have a good time of day! This patch allows JSVC to compile and run on HP-UX 11 systems. It has been tested on PA_RISC2.0W architecture, but should also work on PA_RISC2.0. Compilation was performed with GCC 3.4.3, with JDK 1.4.2 provided by HP. There is a major proble

Re: [PATCH] HP-UX 11 port of JSVC (Commons::Daemon)

2005-06-03 Thread jean-frederic clere
Max Zinal wrote: Hello and have a good time of day! This patch allows JSVC to compile and run on HP-UX 11 systems. It has been tested on PA_RISC2.0W architecture, but should also work on PA_RISC2.0. Compilation was performed with GCC 3.4.3, with JDK 1.4.2 provided by HP. There is a major proble

Re: [PATCH] HP-UX 11 port of JSVC (Commons::Daemon)

2005-06-03 Thread Максим Зиналь
jean-frederic clere wrote: Max Zinal wrote: There is a major problem with that patch. It links libjvm.sl directly to jsvc binary in addition of dlopen()ing it because of static TLS entry inside libjvm.sl. These TLS problems are native and common to HP-UX, and I don't know how to get rid of it.