Subject: Build Failure
To: None <current-users@netbsd.org>
From: Matt Bell <mtbell@mb1.dial.servtech.com>
List: current-users
Date: 12/09/1999 23:07:52
Hi,
I've been trying to complete a build since thanksgiving, but I keep getting
this error when I do a make build.
cc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Werror -c ypcat.c
cc -o ypcat ypcat.o
nroff -Tascii -mandoc ypcat.1 > ypcat.cat1
dependall ===> usr.bin/ypmatch
mkdep -a ypmatch.c
cc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Werror -c ypmatch.c
cc -o ypmatch ypmatch.o
nroff -Tascii -mandoc ypmatch.1 > ypmatch.cat1
dependall ===> usr.bin/ypwhich
mkdep -a ypwhich.c
cc -O2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Werror -c ypwhich.c
cc -o ypwhich ypwhich.o
nroff -Tascii -mandoc ypwhich.1 > ypwhich.cat1
1 error
*** Error code 2
Stop.
What am I doing wrong?
Thanks,
-Matt