Subject: Re: Directories should be there?
To: Mike Pelley <mike@pelley.com>
From: Reinoud Zandijk <imago@kabel065011.kabel.utwente.nl>
List: current-users
Date: 02/08/2001 01:49:15
Hi Mike and Mark,

On Wed, 7 Feb 2001, Mike Pelley wrote:
> >   cc   -o /usr/src/usr.bin/man/man config.o man.o 
> >   /usr/bin/ld: cannot open output file /usr/src/usr.bin/man/man: Is a
> > directory
> >
> >   collect2: ld returned 1 exit status
> >   *** Error code 1

Hmm... yeah could be related to CVS ... but then i have those directory's
cometimes with just a CVS entry in it!! the -P will help but an other
option is to first run `make obj' and then the normal make ... this will
create object file directories so the destination file names and the
directories wont clash :)

Cheers,
Reinoud