Operating System - Linux
1756515 Members
2533 Online
108848 Solutions
New Discussion юеВ

Re: ZThread: Compiling problem on HP-UX 11.00

 
jose_lius_fdez_diaz_new
Occasional Contributor

ZThread: Compiling problem on HP-UX 11.00

Hello,

I can not compile this library
(http://zthread.sourceforge.net/download.html; version 2.3.2) on my
machine:

m3vmsa3.caddebug /tmp/ZThread-2.3.2 > uname -a
HP-UX m3vmsa3 B.11.00 U 9000/800 178951547
unlimited-user license

I have used the GNU make and gcc compiler.

Any hint?

Thankd in advance,
Jose Luis.
2 REPLIES 2
Arunvijai_4
Honored Contributor

Re: ZThread: Compiling problem on HP-UX 11.00

Hi,

Can you post the error what you got during compilation ?

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
jose_lius_fdez_diaz_new
Occasional Contributor

Re: ZThread: Compiling problem on HP-UX 11.00

. . .
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x40063a40 PID 14272
make[3]: *** [PoolExecutor.lo] Error 1
Removing child 0x40063a40 PID 14272 from chain.
make[3]: Leaving directory `/tmp/ZThread-2.3.2/src'
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x40019090 PID 13285
make[2]: *** [all-recursive] Error 1
Removing child 0x40019090 PID 13285 from chain.
make[2]: Leaving directory `/tmp/ZThread-2.3.2/src'
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x40019608 PID 13284
make[1]: *** [all] Error 2
Removing child 0x40019608 PID 13284 from chain.
make[1]: Leaving directory `/tmp/ZThread-2.3.2/src'
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x40012650 PID 13275
make: *** [all-recursive] Error 1
Removing child 0x40012650 PID 13275 from chain.


Regards,
Jose Luis