[Mailman-Developers] News->Mail gateways

Michael McLay mclay@nist.gov
Thu, 4 Jun 1998 16:49:26 -0400 (EDT)


I tried changing the compiler form gcc to gcc and reran make install.
This time stdarg.h isn't found.


make[1]: Entering directory `/usr/local/mailman/mailman-1.0b4/src'
cc -c -I. -DPREFIX="\"/usr/local/mailman\"" -DPYTHON="\"/usr/local/bin/python\"" -O -DHAVE_SYSLOG_H=1 -DGETGROUPS_T=int -DHAVE_VPRINTF=1  common.c
./common.h: 22: Can't find include file stdarg.h
make[1]: *** [common.o] Error 2
make[1]: Leaving directory `/usr/local/mailman/mailman-1.0b4/src'
make[1]: Entering directory `/usr/local/mailman/mailman-1.0b4/templates'
for f in archives.html handle_opts.html listinfo.html options.html roster.html subscribe.html; \
do \
    /bin/install -c -m 644 $f /usr/local/mailman/templates; \
done
make[1]: Leaving directory `/usr/local/mailman/mailman-1.0b4/templates'