From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id D3B21BC37 for ; Tue, 29 Dec 2009 13:27:13 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmkDAOuDOUtQRFuwX2dsb2JhbACbRRUNCgQWiDuwIoQzBIFl X-IronPort-AV: E=Sophos;i="4.47,468,1257116400"; d="scan'208";a="39475283" Received: from furbychan.cocan.org ([80.68.91.176]) by mail2-smtp-roc.national.inria.fr with ESMTP; 29 Dec 2009 13:27:13 +0100 Received: from rich by furbychan.cocan.org with local (Exim 4.63) (envelope-from ) id 1NPbAP-0004Az-EY; Tue, 29 Dec 2009 12:27:13 +0000 Date: Tue, 29 Dec 2009 12:27:13 +0000 To: "Eric M. Hielscher" Cc: caml-list@inria.fr Subject: Re: [Caml-list] Compiling shared library with libasmrun.a Message-ID: <20091229122713.GD13675@annexia.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) From: Richard Jones X-Spam: no; 0.00; libasmrun:01 0200,:01 gcc:01 -fpic:01 -dsys:01 libasmrun:01 bug:01 bug:01 2009:98 wrote:01 caml-list:01 caml:02 compiling:02 assembler:02 library:03 On Sun, Dec 27, 2009 at 12:13:23PM +0200, Eric M. Hielscher wrote: > which makes it seem as though amd64.o includes the bad code, though I > verified that amd64.o was compiled as follows: > > gcc -c -fPIC -DSYS_linux -o amd64.o amd64.S > > Any ideas on how to get a working libasmrun.a for my situation? I think you've hit this bug: http://caml.inria.fr/mantis/view.php?id=4795 Probably would get fixed faster if someone would work out the assembler hoops required to generate PIC code on x86-64 and then post a patch to the bug. Rich. -- Richard Jones Red Hat