From owner-freebsd-hackers@FreeBSD.ORG Sat Mar 31 23:12:44 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D98816A401 for ; Sat, 31 Mar 2007 23:12:44 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp1.utsp.utwente.nl [130.89.2.8]) by mx1.freebsd.org (Postfix) with ESMTP id E561E13C4BA for ; Sat, 31 Mar 2007 23:12:43 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from nox.student.utwente.nl (nox.student.utwente.nl [130.89.165.91]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l2VNCdLr004396; Sun, 1 Apr 2007 01:12:40 +0200 From: Pieter de Goeje To: freebsd-hackers@freebsd.org Date: Sun, 1 Apr 2007 01:12:39 +0200 User-Agent: KMail/1.9.6 References: <200703310426.23953.pieter@degoeje.nl> <20070331100515.15b62e92@kan.dnsalias.net> In-Reply-To: <20070331100515.15b62e92@kan.dnsalias.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704010112.39803.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Subject: Re: Thread local storage not working with -fPIC and shared objects X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Mar 2007 23:12:44 -0000 On zaterdag 31 maart 2007, Alexander Kabaev wrote: > There is no reason whatsoever to compile main binary code with -f[pP]ic. > Executables are not shared libraries and stuffing position independent > code into them makes no sense. You are right ofcourse. However it doesn't explain why it won't work. - Pieter de Goeje