Re: 2.4.2 on AIX 4.3 make fails on threading

2005-11-23 Thread Paul Watson
Neal Norwitz wrote: > Paul Watson wrote: > >>When I try to build 2.4.2 on AIX 4.3, it fails on missing thread >>objects. I ran ./configure --without-threads --without-gcc. >> >>Before using --without-threads I had several .pthread* symbols missing. > > > Perhaps you need to add -lpthread to the

Re: 2.4.2 on AIX 4.3 make fails on threading

2005-11-22 Thread Donn Cave
Quoth Paul Watson <[EMAIL PROTECTED]>: | When I try to build 2.4.2 on AIX 4.3, it fails on missing thread | objects. I ran ./configure --without-threads --without-gcc. | | Before using --without-threads I had several .pthread* symbols missing. | I do not have to have threading on this build, b

Re: 2.4.2 on AIX 4.3 make fails on threading

2005-11-22 Thread Neal Norwitz
Paul Watson wrote: > When I try to build 2.4.2 on AIX 4.3, it fails on missing thread > objects. I ran ./configure --without-threads --without-gcc. > > Before using --without-threads I had several .pthread* symbols missing. Perhaps you need to add -lpthread to the link line. This should be able