Date: Thu, 27 Mar 2008 16:52:08 -0500 From: "Rance Hall" <ranceh@gmail.com> To: freebsd-stable@freebsd.org Subject: Re: compile error while building kernel Message-ID: <845c0f80803271452v1e08b9e0u35d16ca9d3b270c4@mail.gmail.com> In-Reply-To: <fsg85s$33j$1@ger.gmane.org> References: <845c0f80803261123j6e18e611r7b481fabb2f11ecf@mail.gmail.com> <fseprb$s9u$1@ger.gmane.org> <845c0f80803261848h7dd72076n40ff9cc1ffd5cb4c@mail.gmail.com> <845c0f80803270359m63b2ae7dw48fa7b967ef23f2e@mail.gmail.com> <fsg85s$33j$1@ger.gmane.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 3/27/08, walt <w41ter@gmail.com> wrote: > > You might try searching your source tree for .depend and .o files and > delete any you find. Also, you could try building the old way: > > #cd /usr/src/sys/i386/conf > #config GENERIC > #cd ../compile/GENERIC > #make all install > > If that works then you must have some funny files in your source tree > that don't belong there. searched for *.depend and *.o files, (none found) used find /usr/src -name "*.depend" -print to get a list of files that needed to be deleted. then tried the compile the old way as suggested, that fails to, with the same errors and same files.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?845c0f80803271452v1e08b9e0u35d16ca9d3b270c4>