From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] libxlu: avoid linker warnings Date: Tue, 3 Nov 2015 12:12:12 +0000 Message-ID: <1446552732.10390.0.camel@citrix.com> References: <5631FD7602000078000AFC3E@prv-mh.provo.novell.com> <1446472876.3088.47.camel@citrix.com> <5638946102000078000B1343@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZtaS3-0006zn-Si for xen-devel@lists.xenproject.org; Tue, 03 Nov 2015 12:12:35 +0000 In-Reply-To: <5638946102000078000B1343@prv-mh.provo.novell.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: Jan Beulich Cc: Ian Jackson , Wei Liu , xen-devel , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Tue, 2015-11-03 at 03:02 -0700, Jan Beulich wrote: > > > > On 02.11.15 at 15:01, wrote: > > On Thu, 2015-10-29 at 04:05 -0600, Jan Beulich wrote: > > > Recent ld warns about libxenlight.so's dependency libraries not being > > > available, which can be easily avoided by not just passing the raw > > > library name on ld's command line. > > > > > In the course of checking how things fit together (I originally > > > suspected the warning to come from the linking of xl) I also noticed > > > a > > > stray L in SHLIB_libxenguest, which gets removed at once. > > > > Looks like I (unwittingly) fixed this aspect in > > > > http://lists.xen.org/archives/html/xen-devel/2015-10/msg02256.html > > too. I can easily rebase. > > > > Since you have a pickier ld than me I wonder if you would mind trying > > my > > patch out on top of yours too? > > No warnings. Thanks! > > Jan >