Hi, I try to compile nessus-core-1.1.14 on my linux slackware 8 with gcc-3.0.4 there was no problem with the configure, but for the make i got this :
# gmake cd nessus && gmake gmake[1]: Entering directory `/tmp/nessus-core/nessus' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/tmp/nessus-core/nessus' cd nessusd && gmake gmake[1]: Entering directory `/tmp/nessus-core/nessusd' gcc -O3 -march=i686 `sh ./cflags` -c threads.c threads.c: In function `sighand_thread_term': threads.c:38: invalid type argument of `->' threads.c:38: invalid type argument of `->' threads.c: In function `thread_timeout': threads.c:376: warning: passing arg 1 of `waitpid' makes integer from pointer without a cast gmake[1]: *** [threads.o] Error 1 gmake[1]: Leaving directory `/tmp/nessus-core/nessusd' gmake: *** [server] Error 2 I configured nessus-libraries with --enable-pthreads. It would be great if you could help me with this ! Best regards, Pierre.
