I am having a problem installing MajorDomo. It seems that whenever I send
mail to MajorDomo I have a mem. error "139" come back to me. I have a
feeling that it is because I cannot get wrapper.c to cleanly compile, and
being a novice at C, I really would have no idea where to start. Can
someone who has gotten wrapper.c to cleanly compile for DEC's OSF/1 mail
me a copy of theirs? Please also include the environment variables so
that I can set them to the same as my own. Currently majordomo is in
/usr/local. Also, if anyone is interested, here are the errors I get when
I try to compile. Thanks in advance for your help
-mike
cc -DBIN=\"/home/res/mikeb/proj/majordomo-1.93\"
-DPATH=\"PATH=/bin:/usr/bin:/usr/ucb\"
-DHOME=\"HOME=/home/res/mikeb/proj/majordomo-1.93\"
-DSHELL=\"SHELL=/bin/csh\"
-DMAJORDOMO_CF=\"MAJORDOMO_CF=/home/res/mikeb/proj/majordomo-1.93/majordomo.cf\" -DPOSIX_UID=54 -DPOSIX_GID=54 -DSETGROUP -o wrapper wrapper.c
/usr/lib/cmplrs/cc/cfe: Warning: wrapper.c, line 65: illegal combination
of pointer and integer
if (strchr(argv[1], '/') != (char *) 0L) {
-----------------------------^
/usr/lib/cmplrs/cc/cfe: Warning: wrapper.c, line 99: illegal combination
of pointer and integer
char setgroups_used = "setgroups_was_included";
---------^
Follow-Ups:
|
|