23 Jun
2006
23 Jun
'06
11:17 a.m.
Ravi pandey <pandey.ravikant@yahoo.com> wrote:
gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -DNDEBUG -D_LIBRADIUS -I../include -c crypt.c -fPIC -DPIC -o .libs/crypt.lo In file included from crypt.c:31: /usr/include/pthread.h:299: error: parse error before '*' token
The header files on your system are broken. pthread.h seems to require inclusion of other header files, but doesn't include them itself. Without a detailed investigation into the contents of the header files on your system, it's difficult ot say exactly what's wrong. Alan DeKok.