Ravi pandey <[EMAIL PROTECTED]> 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.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to