Compiling Problem concerning `crypt' !!!

Alan DeKok aland at nitros9.org
Fri Jun 23 17:17:56 CEST 2006


Ravi pandey <pandey.ravikant at 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.




More information about the Freeradius-Users mailing list