Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752562Ab0BWVAm (ORCPT ); Tue, 23 Feb 2010 16:00:42 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:57195 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750953Ab0BWVAl (ORCPT ); Tue, 23 Feb 2010 16:00:41 -0500 Subject: Re: [PATCH -tip v3 5/9] perf probe: Use elfutils-libdw for analyzing debuginfo From: Peter Zijlstra To: Roland McGrath Cc: Masami Hiramatsu , Ingo Molnar , lkml , systemtap , DLE , Frederic Weisbecker , Arnaldo Carvalho de Melo , Paul Mackerras , Mike Galbraith , "K.Prasad" , Ulrich Drepper In-Reply-To: <20100223204933.F0A9164C@magilla.sf.frob.com> References: <20100223020818.26668.79685.stgit@localhost6.localdomain6> <20100223020852.26668.93415.stgit@localhost6.localdomain6> <20100223204933.F0A9164C@magilla.sf.frob.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 23 Feb 2010 22:00:09 +0100 Message-ID: <1266958809.11845.817.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 667 Lines: 18 On Tue, 2010-02-23 at 12:49 -0800, Roland McGrath wrote: > > + BASIC_CFLAGS += -I/usr/include/elfutils > > The normal method is to use: > > #include > > Note that and are not in the subdirectory. We've had funny issues with distro's being inconsistent in placing those files, so we chose this route of a direct include and playing games with the include path to make it work. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/