From owner-freebsd-hackers Sun Dec 8 18: 9: 3 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 11BE437B401 for ; Sun, 8 Dec 2002 18:09:02 -0800 (PST) Received: from warez.scriptkiddie.org (uswest-dsl-142-38.cortland.com [209.162.142.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2D3443EDC for ; Sun, 8 Dec 2002 18:09:01 -0800 (PST) (envelope-from lamont@scriptkiddie.org) Received: from [192.168.69.11] (unknown [192.168.69.11]) by warez.scriptkiddie.org (Postfix) with ESMTP id 3AC3462D1A; Sun, 8 Dec 2002 18:09:01 -0800 (PST) Date: Sun, 8 Dec 2002 18:09:01 -0800 (PST) From: Lamont Granquist To: Kris Kennaway Cc: freebsd-hackers@freebsd.org Subject: Re: help compiling propolice gcc In-Reply-To: <20021209012803.GA40767@rot13.obsecurity.org> Message-ID: <20021208180552.D12741-100000@coredump.scriptkiddie.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 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 anyone else is interested in propolice i had to add protector.c to the cc_int/Makefile, my initial test program seems to be succesful -- if i get a succesful world out of it, i'll post instructions and fresh diff against 4.7) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message