tar xovf procmail.tar did the trick!
^
However, I later got:
[30] tgonzale [/users/tgonzale/procmail-3.10] What?> make file
make: *** No rule to make target `file'. Stop.
I tried a couple times with the same outcome, but on
the third try it seemed to start okay...until:
Checking for POSIX and ANSI system include files
...missing 1 include files, doublechecking...
Checking for network/comsat/biff support
[parts deleted]
Testing for bcopy handling overlaps
Sorry, incompetent bcopy, using substitute instead
Determining the maximum number of 16 byte arguments execv() takes
[parts deleted]
/* autoconf completed */
==========================================================================
cc -c -O lastdirsep.c
"manconf.aildir@/$HOME\/ln ../man/procmail.1 ../new/procmail.1
/bin/sh ./mansed /bin/sh formail.man formail.1 "/bin/rm -f" /dev/null
sed: command garbled: s/@DEFmaildir@/$HOME\//g
[parts deleted]
./mansed: /tmp/sh199183: cannot open
ln ../man/procmailex.5 ../new/procmailex.5
make[2]: Leaving directory `/slice3/users/tgonzale/procmail-3.10/man'
cp: cannot create regular file `~///man/man1/procmail.1': No such fil direct
ory
cp: cannot create regular file `~///man/man1/formail.1': No such file or
directo
ry
cp: cannot create regular file `~///man/man1/lockfile.1': No such file or
direct
ory
cp: cannot create regular file `~///man/man5/procmailrc.5': No such file
or dire
ctory
cp: cannot create regular file `~///man/man5/procmailsc.5': No such file
or dire
ctory
cp: cannot create regular file `~///man/man5/procmailex.5': No such file
or dire
ctory
echo Housekeeping file >install.man
cd src; make ../new/procmail ../new/lockfile ../new/formail ../new/mailstat
make[2]: Entering directory `/slice3/users/tgonzale/procmail-3.10/src'
cc -c -O procmail.c
"procmail.c", line 222: warning: illegal pointer combination, op =
"procmail.c", line 222: warning: illegal pointer combination, op =
"procmail.c", line 253: warning: illegal pointer combination, op =
"procmail.c", line 506: wa"procmail.c", lcc -c -O cstdio.c
cc -c -O common.c
"common.c", line 28: warning: illegal pointer combination, op =
cc -c -O exopen.c
cc -c -O goodies.c
"goodies.c", line 361: warning: illegal pointer combination, op =
"goodies.c", line 363: warning: illegal pointer combination, op =
cc -c -O locking.c
"locking.c", line 134: warning: illegal pointer combination, op =
cc -c -O mailfold.c
"mailfold.c", line 62: warning: loop not entered at top
"mailfold.c", line 171: warning: illegal pointer combination, op =
"mailfold.c", line 280: warning: illegal pointer combination, op =
"mailfold.c", line 284: warning: illegal pointer combination, op cc -c
-O misc.c
"misc.c", line 292: warning: illegal pointer combination, op =
[parts deleted]
cc -c -O sublib.c
"sublib.c", line 17: warning: illegal pointer combination, op =
"sublib.c", line 17: warning: illegal pointer combination, op =
"sublib.c", line 21: warning: loop not entered at top
"sublib.c", line 30: warning: loop not entered at top
"sublib.c", line 87: warning: loop not entered at top
cc -c -O acommon.c
"acommon.c", line 29: warning: illegal pointer combination, op =
cc -c -O mcommon.c
cc -O procmail.o cstdio.o common.o exopen.o goodies.o locking.o
mailfold.o mic.o pipes.o regexp.o robust.o sublib.o acommon.o mcommon.o
lastdirsep.o -o pail -s -lm -lc
ln ../src/procmail ../new/procmail
cc -c -O lockfile.c
"lockfile.c", line 276: warning: illegal pointer combination, op =
cc -O lockfile.o exopen.o sublib.o acommon.o mcommon.o -o lockfile -s
-lmc
ln ../src/lockfile ../new/lockfile
cc -c -O formail.c
"formail.c", line 138: warning: illegal pointer combination, op =
"formail.c", line 207: warning: illegal pointer combination, op =
"formail.c", line 219: warning: illegal pointer combinatio"formail.c",
line 415: warning: illegal pointer combination, o"formail.c", line 436:
warning: illegal pointer combination"formail.c", line 463: warning:
illegal pointer combination,"formail.c", line 464: warning: illegal
pointe"formail.c", line 523: warning: illegal pointer
combination"formail.c", line 538: warning: illegal pointer combination=
"formail.c", line 666: warnicc -c -O fields.c
"fields.c", line 41: warning: illegal pointer combination, op =
cc -c -O formisc.c
"formisc.c", line 97: warning: illegal pointer combination, op =
"formisc.c", line 103: warning: illegal pointer combination, op =
cc -c -O ecommon.c
"ecommon.c", line 22: warning: illegal pointer combination, op =
"ecommon.c", line 28: warning: illegal pointer combination, op =
cc -O formail.o common.o fields.o formisc.o sublib.o ecommon.o
acommon.o -o fo
rmail -s -lm -lc
ln ../src/formail ../new/formail
cp ../examples/mailstat mailstat
ln ../src/mailstat ../new/mailstat
make[2]: Leaving directory `/slice3/users/tgonzale/procmail-3.10/src'
cp new/procmail new/lockfile new/formail new/mailstat ~///bin
cp: when copying multiple files, last argument must be a directory
Try `cp --help' for more information.
make[1]: *** [install.bin] Error 2
make[1]: Leaving directory `/slice3/users/tgonzale/procmail-3.10'
make: *** [install] Error 2
When I tried 'make file' again I got the same thing I got
the first time around, i.e., "make: *** No rule to make target
`file'. Stop."
Of course all this is beyond me.
I did try the command 'cp new/procmail new/lockfile new/formail
new/mailstat ~///bin' from the command line in the procmail
directory and it worked fine (it didn't seem to above).
Anyone know what I can do to get beyond this hoop?
Thanks!
-Tony