From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25512 invoked by alias); 23 Feb 2010 21:00:52 -0000 Received: (qmail 25494 invoked by uid 22791); 23 Feb 2010 21:00:51 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from bombadil.infradead.org (HELO bombadil.infradead.org) (18.85.46.34) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 23 Feb 2010 21:00:41 +0000 Received: from e35131.upc-e.chello.nl ([213.93.35.131] helo=dyad.programming.kicks-ass.net) by bombadil.infradead.org with esmtpsa (Exim 4.69 #1 (Red Hat Linux)) id 1Nk1rV-0002bK-HH; Tue, 23 Feb 2010 21:00:09 +0000 Received: from [IPv6:::1] (dyad [192.168.0.60]) by dyad.programming.kicks-ass.net (Postfix) with ESMTP id 5F2DB39362; Tue, 23 Feb 2010 21:59:20 +0100 (CET) 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 21:00:00 -0000 Message-ID: <1266958809.11845.817.camel@laptop> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2010-q1/txt/msg00468.txt.bz2 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.