WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] tools/xenmon/Makefile: Move LDFLAGS after $<

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] tools/xenmon/Makefile: Move LDFLAGS after $<
From: Robert Buchholz <rbu@xxxxxxxxxx>
Date: Wed, 27 Aug 2008 13:40:05 +0200
Delivery-date: Wed, 27 Aug 2008 04:40:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.9
Hello,

gcc expects libraries needed for object files to be specified after the 
object. Linking usually does not fail, unless it is optimized (for 
instance, using -Wl,-as-needed). See the attached build log for 
details.

The offending Makefile is tools/xenmon/Makefile, and patches for 3.3 and 
3.0/3.1/3.2 are attached.

The related Gentoo bug is 135145 [ https://bugs.gentoo.org/135145 ].

Regards,
Robert

Attachment: app-emulation:xen-tools-3.3.0:20080827-111303.log.bz2
Description: BZip2 compressed data

Attachment: xen-tools-3.0.4_p1--as-needed.patch
Description: Text Data

Attachment: xen-tools-3.3.0--as-needed.patch
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] tools/xenmon/Makefile: Move LDFLAGS after $<, Robert Buchholz <=