[SA-exim] "@links -dump $< > $@" in Makefile for SA-Exim

David Burton dave123 at burtonsys.com
Mon Jun 19 09:54:52 PDT 2006


SA-Exim's Makefile contains:

   ACKNOWLEDGEMENTS: Acknowledgements.html
           @echo "Generating $@"
           @links -dump $< > $@

   CHANGELOG: Changelog.html
           @echo "Generating $@"
           @links -dump $< > $@

But there's no 'links' command on my Linux box, so the result
is that the 'make' command generates this error:

   Generating CHANGELOG
   /bin/sh: links: command not found
   make: *** [CHANGELOG] Error 127

This is on an old RedHat box.  I searched the computer for a
'links' command, and found nothing.  'man links' doesn't find
it, either.  My newer Mandrake Linux box doesn't have it,
either.

What is 'links' and where can I get it?

Thanks,

-Dave Burton
dave123 at burtonsys dot com but please no spam
Burton Systems Software: http://www.burtonsys.com/
Tel: 1-919-481-0149


P.S. -- Here's the full output from 'make':


--------- Begin console log ----------
# cd /usr/local/src/sa-exim-4.2.1
[root at salsa /usr/local/src/sa-exim-4.2.1]# make
echo "char *version=\"`cat version` (built `date -R 2>/dev/null || date`)\";" > sa-exim.h
Building sa-exim-4.2.1.so
gcc -I../../src -I./eximinc -DDLOPEN_LOCAL_SCAN -DSPAMASSASSIN_CONF=\"/etc/exim4/sa-exim.conf\" -DSPAMC_LOCATION=\"/usr/bin/spamc\" -O2 -Wall -shared -o sa-exim-4.2.1.so sa-exim.c
sa-exim.c:512: warning: #warning you should not worry about the "might be clobbered by longjmp", see source
sa-exim.c: In function `local_scan':
sa-exim.c:521: warning: variable `readfh' might be clobbered by `longjmp' or `vfork'
sa-exim.c:522: warning: variable `mesgfn' might be clobbered by `longjmp' or `vfork'
sa-exim.c:526: warning: variable `rcptlist' might be clobbered by `longjmp' or `vfork'
sa-exim.c:528: warning: variable `safemesgid' might be clobbered by `longjmp' or `vfork'
sa-exim.c:529: warning: variable `isspam' might be clobbered by `longjmp' or `vfork'
sa-exim.c:530: warning: variable `gotsa' might be clobbered by `longjmp' or `vfork'
sa-exim.c:533: warning: variable `mailinfo' might be clobbered by `longjmp' or `vfork'
sa-exim.c:535: warning: variable `spamstatus' might be clobbered by `longjmp' or `vfork'
sa-exim.c:539: warning: variable `scantime' might be clobbered by `longjmp' or `vfork'
sa-exim.c:540: warning: variable `fulltime' might be clobbered by `longjmp' or `vfork'
chmod a+rx sa-exim-4.2.1.so
Building accept.so
gcc -I../../src -I./eximinc -DDLOPEN_LOCAL_SCAN -DSPAMASSASSIN_CONF=\"/etc/exim4/sa-exim.conf\" -DSPAMC_LOCATION=\"/usr/bin/spamc\" -O2 -Wall -shared -o accept.so accept.c
chmod a+rx accept.so
Generating sa.html
Generating CHANGELOG
/bin/sh: links: command not found
make: *** [CHANGELOG] Error 127
[root at salsa /usr/local/src/sa-exim-4.2.1]#
--------- End console log ----------



More information about the SA-Exim mailing list