From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH] tools/ocaml: Fix library generation [and 1 more messages] Date: Wed, 10 Apr 2013 13:01:06 +0100 Message-ID: <51655482.2000507@citrix.com> References: <1365441966-31732-1-git-send-email-vb@luminar.eu.org> <5162FEE7.60303@citrix.com> <20836.9709.511956.643278@mariner.uk.xensource.com> <51642AC3.1020808@citrix.com> <1365593609.27868.5.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1365593609.27868.5.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Ian Jackson , "xen-devel@lists.xen.org" , Roger Pau Monne , AL13N , Vincent Bernardoff , "Vincent Bernardoff (Intern)" List-Id: xen-devel@lists.xenproject.org On 10/04/13 12:33, Ian Campbell wrote: > On Tue, 2013-04-09 at 15:50 +0100, Andrew Cooper wrote: >> I was not aware of Rogers commit, but at the very least it break >> static linking. > How? The change is only about dynamic linking against libraries in the > current tree. > > Ian. > This is the issue I reported 6 months ago in http://lists.xen.org/archives/html/xen-devel/2012-10/msg01166.html Although back then I was simply trying to make Xen 4.2 to compile in the XenServer build system, and did not pay too much attention to why the build had regressed from 4.1 ~Andrew