Date: Wed, 16 Jun 2004 20:06:10 -0700 From: "David O'Brien" <obrien@freebsd.org> To: Daryl Chance <chancedj@yahoo.com> Cc: freebsd-current@freebsd.org Subject: Re: binutils compile error on latest sources Message-ID: <20040617030610.GA72453@dragon.nuxi.com> In-Reply-To: <20040617024852.22450.qmail@web53701.mail.yahoo.com> References: <20040617024852.22450.qmail@web53701.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040617030610.GA72453>