[EMAIL PROTECTED] 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 ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend