I'm trying to compile bulk_mailer on my FreeBSD 2.0 system. Here what I have
done:
1. I copied bulk_mailer.Makefile to Makefile
2. changed it's mask to 775
3. substituted the default host 'freefall.cdrom.com' by 'cmp.com'
4. tried to compile:
# make
"Makefile", line 18: Need an operator
"Makefile", line 21: Need an operator
"Makefile", line 24: Need an operator
"Makefile", line 27: Need an operator
Fatal errors encountered -- cannot continue
#
What's wrong? It must be something simple. I also tried to modify Makefile
to use gcc to no avail. Any ideas? Thanks.
--------------------------------------------------
P.S. I also tried to compile it on HP 9000/807 and got this error:
Make: Must be a separator on rules line 19. Stop.
Follow-Ups:
|
|