Fajar A. Nugraha wrote: A little correction :
First, do a "make clean" to cleanup your previous build.
Try changing the line
dnl AC_CHECK_LIB(c, strtok_r,, AC_DEFINE(NO_STRTOK_R))
in configure.in to
AC_CHECK_LIB(c, strtok_r,, AC_DEFINE(NO_STRTOK_R)) then run aclocal, autconf, and automake.
I meant "autoconf", not autconf :)
When ./configure runs, it SHOULD print this line now :If it STILL doesn't work (still complains about strtok_r), or if you don't have autoconf, automake, etc.,
checking for syslog.h... yes *checking for strtok_r in -lc... yes* checking tcpd.h usability... yes
or in your case it should be
*checking for strtok_r in -lc... no
*See how it goes from there.
Try using
CFLAGS=-DNO_STRTOK_R ./configure
instead of just ./configure.
Regards,
Fajar -- Please avoid sending me Microsoft Office attachments. See http://www.newsforge.com/software/04/03/27/0134204.shtml
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users
