From owner-freebsd-current Thu Feb 15 17:43:26 2001 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id D9CA237B491 for ; Thu, 15 Feb 2001 17:43:22 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.2/8.11.1) id f1G1hIw12345; Thu, 15 Feb 2001 17:43:18 -0800 (PST) (envelope-from obrien) Date: Thu, 15 Feb 2001 17:43:18 -0800 From: "David O'Brien" To: Akinori MUSHA Cc: current@FreeBSD.org Subject: Re: cvs commit: ports/palm/pilot-link Makefile Message-ID: <20010215174318.A12226@dragon.nuxi.com> Reply-To: freebsd-current@FreeBSD.org References: <200102142250.f1EMoP580644@freefall.freebsd.org> <86y9v8qor9.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <86y9v8qor9.wl@archon.local.idaemons.org>; from knu@iDaemons.org on Thu, Feb 15, 2001 at 06:28:10PM +0900 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Feb 15, 2001 at 06:28:10PM +0900, Akinori MUSHA wrote: > knu@archon[2]% uname -a > FreeBSD archon.local.idaemons.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Feb 14 16:49:24 JST 2001 root@archon.local.idaemons.org:/villa/work/obj/freebsd/src/usr/local/src/sys/ARCHON i386 > knu@archon[2]% gcc --version > 2.95.3 ...snip.. > On the other hand, on another box it goes fine: > knu@daemon[1]% uname -a > FreeBSD daemon.local.idaemons.org 4.2-STABLE FreeBSD 4.2-STABLE #0: Wed Jan 31 16:01:53 JST 2001 root@daemon.local.idaemons.org:/var/work/world/usr/src/sys/DAEMON i386 > knu@daemon[1]% gcc --version > 2.95.2 I could **REALLY** use help from someone to pin point the problem. I just found out, I have very,very limited time to get needed FreeBSD changes into GCC 3.0, Binutils 2.11, and the way over-due 2.95.3. To test this, either compile and install the 2.95.3-test1 compiler on an updated RELENG_4 using the -CURRENT sources (just change /usr/src/contrib/gcc.295/config/freebsd.h to make __FreeBSD__=4 rather than "5". And/Or on a 5-CURRENT box showing the problem, back out the 2.95.3-test1 compiler by: cd /usr/src/contrib/gcc.295 cvs up -rBEFORE_GCC_2_95_3 cd /usr/src/gnu/usr.bin/cc cvs up -rBEFORE_GCC_2_95_3 make cleandir && make cleandir && make obj && make all install -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message