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
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
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