found the problem (db/db_err.c doesn't compile with gcc 2.95.3 on solaris 8)
the compilation command generated by the makefile

gcc -DHAVE_CONFIG_H -I. -I. -I. -I./../htlib  -D_REENTRANT  -I/usr/include  -O2 -mv8 
-Wall -c db_err.c

has this -I/usr/include, which causes

        #include <stdarg.h>

to pick up /usr/include/stdarg.h, instead of the one supplied with gcc
(in /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/include)

Removing this -I directive and compiling by hand gets rid of the error.
I haven't checked whether it runs ok, though.

Roman


_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to