From owner-freebsd-current@FreeBSD.ORG Thu Jun 17 03:06:33 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5BBF16A4CE for ; Thu, 17 Jun 2004 03:06:33 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 851B343D1F for ; Thu, 17 Jun 2004 03:06:33 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i5H36BP8072508; Wed, 16 Jun 2004 20:06:11 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i5H36AP9072506; Wed, 16 Jun 2004 20:06:10 -0700 (PDT) (envelope-from obrien) Date: Wed, 16 Jun 2004 20:06:10 -0700 From: "David O'Brien" To: Daryl Chance Message-ID: <20040617030610.GA72453@dragon.nuxi.com> References: <20040617024852.22450.qmail@web53701.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040617024852.22450.qmail@web53701.mail.yahoo.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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 cc: freebsd-current@freebsd.org Subject: Re: binutils compile error on latest sources X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2004 03:06:33 -0000 On Wed, Jun 16, 2004 at 07:48:52PM -0700, Daryl Chance wrote: > I've cvsup'd about 3 times in the last 30 minutes. > Here's the error: ... > as.o: In function `parse_args': > as.o(.text+0x3b8): undefined reference to > `getopt_long_only' > *** Error code 1 What does 'uname -a' report on this machine? `getopt_long_only' comes from libc and was an addition to add this comon GNU routine to the BSD libc. Perhaps you are trying to build 5-CURRENT on an old 5.0 system or something? -- -- David (obrien@FreeBSD.org)