From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54312) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYXsg-0002gH-3J for qemu-devel@nongnu.org; Tue, 22 Oct 2013 05:04:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYXsX-0008Th-6f for qemu-devel@nongnu.org; Tue, 22 Oct 2013 05:04:02 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:38684 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYXsX-0008TZ-0w for qemu-devel@nongnu.org; Tue, 22 Oct 2013 05:03:53 -0400 References: <1382078393-11195-1-git-send-email-mohamad.gebai@polymtl.ca> <1382078393-11195-2-git-send-email-mohamad.gebai@polymtl.ca> <20131018140528.GB22532@stefanha-thinkpad.redhat.com> <52658D7E.4010609@polymtl.ca> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <52658D7E.4010609@polymtl.ca> Date: Tue, 22 Oct 2013 10:03:51 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v4 1/5] Fix configure script for LTTng 2.x List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mohamad Gebai Cc: Stefan Hajnoczi , qemu-devel@nongnu.org, Mohamad Gebai mohamad.gebai@polymtl.ca writes: > On 13-10-18 10:05 AM, Stefan Hajnoczi wrote: >> Please switch to pkg-config instead of hardcoding particular flags. I >> checked that Fedora and Debian ship the pkg-config file. > Unfortunately, some missing files in the Ubuntu package make it > impossible to use pkg-config for versions of Ubuntu older than 13.10 > (like Ubuntu 12.04 which is a LTS). Would you be okay with these flags? Hmm this is tricky because pkg-config really should be the portable way to get at these flags. Perhaps we could just fall back to sensible defaults if pkg-config fails? On my 12.04 system (with the lttng PPA) it works fine: $>pkg-config --libs lttng-ust -llttng-ust -ldl $>pkg-config --cflags lttng-ust -I/usr/include/x86_64-linux-gnu Is there a bug raised with the Ubuntu upstream to fix their stable LTTNG package? -- Alex Bennée