I found it. There was a space at the end of the "W_HOME = " line in the
Makefile. Oops!
It's happy (and compiled) now and I'm happy now.
-JeffR
Jeff Rogers wrote:
> I've done this before, but I can't do it now. I can't get "make
> wrapper" to compile the program. I assume it is something to do with
> the macros. Here are the particulars.
>
> gcc -DBIN=\"/usr/local/bin/majordomo \"
> -DPATH=\"PATH=/bin:/usr/bin:/usr/sbin\"
> -DHOME=\"HOME=/usr/local/bin/majordomo \" -DSHELL=\"SHELL=/bin/sh\"
> -DMAJORDOMO_CF=\"MAJORDOMO_CF=/usr/local/bin/majordomo /majordomo.cf\"
> -DPOSIX_UID=503 -DPOSIX_GID=503 -o wrapper wrapper.c
> gcc: ": No such file or directory
> gcc: ": No such file or directory
> gcc: /majordomo.cf": No such file or directory
> wrapper.c:0: unterminated string or character constant
> wrapper.c:0: possible real start of unterminated constant
> wrapper.c:0: unterminated string or character constant
> wrapper.c:0: possible real start of unterminated constant
> wrapper.c:0: unterminated string or character constant
> wrapper.c:0: possible real start of unterminated constant
> make: *** [wrapper] Error 1
> [root@lister majordomo-1.94.4]#
|
|