Date: Thu, 16 Aug 2001 15:07:13 -0600 From: Matt Meola <mmeola@qwest.com> To: Grigory Kljuchnikov <grn@ispras.ru> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Error by make buildworld Message-ID: <20010816150713.B64252@kc0dxw-2.uswc.uswest.com> In-Reply-To: <Pine.GSO.4.33.0108170043020.9070-100000@gate.ispras.ru>; from grn@ispras.ru on Fri, Aug 17, 2001 at 12:49:44AM %2B0400 References: <Pine.GSO.4.33.0108170043020.9070-100000@gate.ispras.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
Courtesy of Mark.Andrews@nominum.com: > This looks like a classic bootstrap problem. I would be compiling > basename() (lib/libc/gen/basename.c) and manually adding it to libc.a > ld is being statically linked so this should work. > > basename() first appear around 4.2-RELEASE. > > RELENG_4_3_0_RELEASE: 1.1.2.1 > RELENG_4_3: 1.1.2.1.0.2 > RELENG_4_3_BP: 1.1.2.1 > RELENG_4_2_0_RELEASE: 1.1.2.1 > RELENG_4: 1.1.0.2 > PRE_SMPNG: 1.1 > > You could also try going to 4.3-RELEASE then to -stable. The steps: 1. Drink alcoholic beverage of your choice. 2. cd /usr/src/lib/libc/gen 3. make basename.o 4. ar r /usr/lib/libc.a basename.o 5. Drink another alcoholic beverage of your choice. 6. cd /usr/src 7. make buildworld 8. Rejoice and drink still more alcoholic beverages! On Fri, Aug 17, 2001 at 12:49:44AM +0400, Grigory Kljuchnikov wrote: > Hello, > > I've tried to make cvsuped stable sources and had an error: > > $ make buildworld > ... > > eelf_i386.o: In function `gldelf_i386_open_dynamic_archive': > eelf_i386.o(.text+0xc7b): undefined reference to `basename' > *** Error code 1 -- Matt Meola AFØD af0d@qsl.net ARES CO D. 6 AEC http://www.qsl.net/af0d To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010816150713.B64252>