Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 1997 15:23:19 -0700 (MST)
From:      Nate Williams <nate@mt.sri.com>
To:        Karl Denninger  <karl@mcs.net>
Cc:        current@freebsd.org
Subject:   Re: Missing sources under gdb?
Message-ID:  <199702212223.PAA04026@rocky.mt.sri.com>
In-Reply-To: <199702212054.OAA03241@Jupiter.Mcs.Net>
References:  <199702212054.OAA03241@Jupiter.Mcs.Net>

next in thread | previous in thread | raw e-mail | index | archive | help
> bash# pwd
> /usr/src/gnu/usr.bin/gdb
> bash# make
> ===> bfd
> ===> libiberty
> make: don't know how to make /usr/src/gnu/usr.bin/gdb/libiberty/argv.c. Stop
> *** Error code 2

Do a 'make cleandir' a couple of times to get rid of the old .depend
files which are are now out of date.

# make cleandir
# make cleandir
# make obj
# make depend
# make
...


Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702212223.PAA04026>