Appendix A. SAMPLE BUILD

This build was on a Sparc Ultra-5, Solaris 7 operating system, using the GNU gcc compiler version 2.7.2.3. Lines starting with “me%" are commands executed as an unprivileged user. Lines starting with “root#” are commands executed as root.

I changed the lines marked with asterisks in the Makefile:

 1 #$Id: CHA-BuildAndInstall.txt,v 1.1 2001/05/06 13:22:43 marty Exp marty $ ... 4 # change BASENAME to your home directory if need be 5 #BASENAME = /usr * 6 BASENAME = /usr/local 7 # For display in the man pages 8 VISIBLE_BASENAME= $(BASENAME) ... 89 # The place to put your favourite extra cc flag 90 CFLAGS0 = -O #$(GCC_WARNINGS) 91 #LDFLAGS0= -s *92 LDFLAGS0= 93 # Read my libs :-) 94 LIBS= 95 96 CFLAGS1 = $(CFLAGS0) #-posix -Xp ...

Get Procmail Companion, The now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.