Subject: Re: make build error
To: None <bob@cemetary.homeunix.org>
From: Luke Mewburn <lukem@wasabisystems.com>
List: netbsd-users
Date: 09/30/2002 20:23:15
On Mon, Sep 30, 2002 at 03:04:40AM +0100, bob@cemetary.homeunix.org wrote:
  | This is probably my fault but when I
  | 
  | make obj
  | make build
  | 
  | In usr.bin/apropos I get
  | 
  | cc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
  | -Wno-uninitialized -Werror   -I/usr/src/usr.bin/apropos/../man -c
  | /usr/src/usr.bin/apropos/apropos.c
  | cc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
  | -Wno-uninitialized -Werror   -I/usr/src/usr.bin/apropos/../man -c
  | /usr/src/usr.bin/apropos/../man/config.c
  | cc   -o /usr/src/usr.bin/apropos/../man/apropos apropos.o config.o 
  | /usr/bin/ld: cannot open output file
  | /usr/src/usr.bin/apropos/../man/apropos: Is a directory
  | collect2: ld returned 1 exit status
  | 
  | What did I do wrong?

Are you using anoncvs?

If so, try updating your source with:
	cvs update -dP

Luke.