From owner-freebsd-current@FreeBSD.ORG Wed Aug 25 11:51:26 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 9D1DF16A4CE for ; Wed, 25 Aug 2004 11:51:26 +0000 (GMT) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id B615043D3F for ; Wed, 25 Aug 2004 11:51:25 +0000 (GMT) (envelope-from hampi@rootshell.be) Received: from gicco.homeip.net (80-218-73-163.dclient.hispeed.ch [80.218.73.163])i7PBpOrZ024185 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Wed, 25 Aug 2004 13:51:24 +0200 Received: from goofy.here (localhost.here [127.0.0.1]) by gicco.homeip.net (8.13.1/8.13.1) with ESMTP id i7PBpJZX028930 for ; Wed, 25 Aug 2004 13:51:19 +0200 (CEST) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by goofy.here (8.13.1/8.13.1/Submit) id i7PBpIY5028929 for freebsd-current@freebsd.org; Wed, 25 Aug 2004 13:51:18 +0200 (CEST) (envelope-from hampi@rootshell.be) X-Authentication-Warning: goofy.here: idefix set sender to hampi@rootshell.be using -f Date: Wed, 25 Aug 2004 13:51:17 +0200 From: Hanspeter Roth To: freebsd-current@freebsd.org Message-ID: <20040825115117.GA793@gicco.homeip.net> Mail-Followup-To: freebsd-current@freebsd.org References: <20040824164223.GA6359@gicco.homeip.net> <20040824170357.GA46720@troutmask.apl.washington.edu> <20040824174147.GA2041@gicco.homeip.net> <20040825070604.GE2916@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040825070604.GE2916@ip.net.ua> User-Agent: Mutt/1.4.1i Subject: Re: crt1.o: In function `_start': undefined reference to `_init_tsl' 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: Wed, 25 Aug 2004 11:51:26 -0000 On Aug 25 at 10:06, Ruslan Ermilov spoke: > I recall you upgrading your libc without updating the rest > of the world -- this ruined your build system. To try to > recover from it, you may need to build/install in lib/csu: > > cd /usr/src/lib/csu > make obj && make && make install I can't make obj in /usr/src/lib/csu, only in /usr/src/lib/csu/i386-elf. `make obj && make && make install' in /usr/src/lib/csu/i386-elf installs /usr/lib/crt[1in].o and /usr/lib/gcrt1.o. I had to do `make obj && make && make install' in /usr/src/lib/libc as well. This did solve the problem. -Hanspeter