From owner-freebsd-hackers Sun Dec 8 18:22:42 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB49337B401 for ; Sun, 8 Dec 2002 18:22:40 -0800 (PST) Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47B3243EA9 for ; Sun, 8 Dec 2002 18:22:40 -0800 (PST) (envelope-from drosih@rpi.edu) Received: from [128.113.24.47] (gilead.netel.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.12.1/8.12.1) with ESMTP id gB92MYDD325308; Sun, 8 Dec 2002 21:22:34 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20021208180552.D12741-100000@coredump.scriptkiddie.org> References: <20021208180552.D12741-100000@coredump.scriptkiddie.org> Date: Sun, 8 Dec 2002 21:22:33 -0500 To: Lamont Granquist , Kris Kennaway From: Garance A Drosihn Subject: Re: help compiling propolice gcc Cc: freebsd-hackers@FreeBSD.ORG Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: MIMEDefang 2.3 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 6:09 PM -0800 12/8/02, Lamont Granquist wrote: >On Sun, 8 Dec 2002, Kris Kennaway wrote: >> On Sun, Dec 08, 2002 at 05:22:24PM -0800, Lamont Granquist wrote: >> > > > And if I try to go into /usr/src/gnu/usr.bin/cc/cc_int and do > > > a make I get only this: > > > >> > Warning: Object directory not changed from original >> > /usr/src/gnu/usr.bin/cc/cc_int >> > > This indicates you probably have stale cruft in your source tree. > > Do the following: > > >> cd /usr/src >> make cleandir && make cleandir >> >> and try again. > >nope, it was *clean*, i did an rm -rf /usr/src /usr/obj and then a >fresh checkout into /usr/src. > >i made it work using something like: > > cd /usr/src/gnu/usr.bin/cc > make depend > cd /usr/src/gnu/usr.bin/cc/cc_int > make libcc_int.a > cd /usr/src/gnu/usr.bin/cc/cc_fbsd > make libcc_fbsd.a > cd /usr/src/gnu/usr.bin/cc > make all install If you're going to jump into the middle of /usr/src to make something, then you should probably do: cd /usr/src/gnu/usr.bin/cc make obj make depend ...etc.... -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message