On Mon, 21 Sep 1998, Pollywog wrote:
> .../scripts/Configure-config.h
> make[2]: Entering directory `/home/pollywog/exim-2.04/build-Linux-libc5-i386'
> make[2]: `buildconfig' is up to date.
> make[2]: Leaving directory `/home/pollywog/exim-2.04/build-Linux-libc5-i386'
> Building configuration file config.h
> >>> config.h built
> sed -e s?CONFIGURE_FILE?/local/exim/configure? \
> -e s?BIN_DIRECTORY?/local/exim/bin? \
> -e s?EXICYCLOG_MAX?10 ? \
> -e s?COMPRESS_COMMAND?/bin/gzip ? \
> -e s?COMPRESS_SUFFIX?gz ? \
> -e s?CHOWN_COMMAND?/bin/chown ? \
> -e s?CHGRP_COMMAND?/bin/chgrp ? \
> -e s?MV_COMMAND?/bin/mv ? \
> -e s?RM_COMMAND?/bin/rm ? \
> ../src/exicyclog.src > exicyclog-t
> sed: Unterminated `s' command
> make[1]: *** [exicyclog] Error 1
> make[1]: Leaving directory `/home/pollywog/exim-2.04/build-Linux-libc5-i386'
> make: *** [go] Error 2
Check out your Local/Makefile. You have got trailing spaces in the
settings of
EXICYCLOG_MAX
COMPRESS_COMMAND
COMPRESS_SUFFIX
CHOWN_COMMAND
CHGRP_COMMAND
MV_COMMAND
RM_COMMAND
which should not be there.
--
Philip Hazel University of Cambridge Computing Service,
ph10@??? Cambridge, England. Phone: +44 1223 334714.
--
*** Exim information can be found at
http://www.exim.org/ ***