From owner-freebsd-current@FreeBSD.ORG Fri Jun 25 20:46:43 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 3C22016A4CE; Fri, 25 Jun 2004 20:46:43 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id C758B43D5C; Fri, 25 Jun 2004 20:46:42 +0000 (GMT) (envelope-from johnmary@adelphia.net) Received: from 68-169-191-75.losaca.adelphia.net ([68.169.191.75]) by mta9.adelphia.netESMTP <20040625204445.OKJF23406.mta9.adelphia.net@68-169-191-75.losaca.adelphia.net>; Fri, 25 Jun 2004 16:44:45 -0400 Received: by 68-169-191-75.losaca.adelphia.net (Postfix, from userid 1001) id DB2926372; Fri, 25 Jun 2004 13:44:44 -0700 (PDT) Date: Fri, 25 Jun 2004 13:44:44 -0700 From: John Merryweather Cooper To: freebsd-current@freebsd.org Message-ID: <20040625204444.GA50921@borgdemon.losaca.adelphia.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Phone: 1-509-338-9391 WWW-Home-Page: http://www.borgsdemons.com/ cc: freebsd-gnome@freebsd.org Subject: Does -CURRENT's gcc generate ___tls_get_addr under any circumstances X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 20:46:43 -0000 I'm working on porting (and getting fully working) lang/mono version 0.96, and I'm having a problem. In one of my object files--mini.lo--I'm getting an extern reference to ___tls_get_addr. I've been over the source code in mini.c and all the included headers, and I can't find anything to get rid of this reference or find a way to resolve it. As a result, the linking of the mono runtime binary fails with this symbol unresolved. Any and all clues are welcome! jmc