Re: Réf. : Re: v8 on AIX5.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: frederic(dot)germaneau(at)bull(dot)net
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: Réf. : Re: v8 on AIX5.2
Date: 2004-09-23 16:22:53
Message-ID: 27015.1095956573@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

frederic(dot)germaneau(at)bull(dot)net writes:
> Contents of config.log is:
> configure:16063: checking for the pthreads library -lpthreads
> configure:16101: gcc -o conftest -O2 -fno-strict-aliasing conftest.c
> -lpth
> reads -lz -lreadline -lPW -lgen -lld -lnsl -ldl -lm >&5
> In file included from conftest.c:117:
> /usr/include/pthread.h:556: parse error before `*'
> /usr/include/pthread.h:559: parse error before `*'
> /usr/include/pthread.h:563: parse error before `*'

This looks like your version of pthread.h depends on some other system
header having been included first; but there's not nearly enough
information here to guess which one(s) it needs.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message terry 2004-09-23 16:31:12 How do I disable: Adding missing FROM-clause
Previous Message Kevin Barnard 2004-09-23 16:02:01 Re: Returning recordsets with functions