From owner-freebsd-stable@FreeBSD.ORG Wed Apr 20 22:27:21 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5644916A4CE; Wed, 20 Apr 2005 22:27:21 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AD2943D49; Wed, 20 Apr 2005 22:27:21 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 20 Apr 2005 17:27:03 -0500 Message-ID: <4266D746.8000701@daleco.biz> Date: Wed, 20 Apr 2005 17:27:18 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alexander Chamandy References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Apr 2005 22:27:03.0658 (UTC) FILETIME=[13D0BCA0:01C545F8] cc: freebsd-stable@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Error: /usr/lib/crt1.o(.text+0x64): In function `_start': X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2005 22:27:21 -0000 Alexander Chamandy wrote: >Has anyone seen these sorts of errors when compiling applications >(such as PHP or Apache2)? I can buildworld, kernels and most of the >ports.. but occasionally I run in to this error: > >/usr/lib/crt1.o(.text+0x64): In function `_start': >: undefined reference to `_init_tls' > > > Hmm, are you installing from ports, or from source? And what specific part of the build is failing? Kevin Kinsey