From: Mohamad Gebai <mohamad.gebai@polymtl.ca>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: alex.bennee@linaro.org, qemu-devel@nongnu.org,
Mohamad Gebai <mohamad.gebai@gmail.com>
Subject: Re: [Qemu-devel] [PATCH v4 1/5] Fix configure script for LTTng 2.x
Date: Mon, 21 Oct 2013 16:24:30 -0400 [thread overview]
Message-ID: <52658D7E.4010609@polymtl.ca> (raw)
In-Reply-To: <20131018140528.GB22532@stefanha-thinkpad.redhat.com>
On 13-10-18 10:05 AM, Stefan Hajnoczi wrote:
> On Fri, Oct 18, 2013 at 02:39:49AM -0400, Mohamad Gebai wrote:
>> Signed-off-by: Mohamad Gebai <mohamad.gebai@polymtl.ca>
>> ---
>> configure | 9 ++++-----
>> 1 file changed, 4 insertions(+), 5 deletions(-)
>>
>> diff --git a/configure b/configure
>> index 23dbaaf..627054c 100755
>> --- a/configure
>> +++ b/configure
>> @@ -3287,15 +3287,14 @@ fi
>> # For 'ust' backend, test if ust headers are present
>> if test "$trace_backend" = "ust"; then
>> cat > $TMPC << EOF
>> -#include <ust/tracepoint.h>
>> -#include <ust/marker.h>
>> +#include <lttng/tracepoint.h>
>> int main(void) { return 0; }
>> EOF
>> if compile_prog "" "" ; then
>> - LIBS="-lust -lurcu-bp $LIBS"
>> - libs_qga="-lust -lurcu-bp $libs_qga"
>> + LIBS="-llttng-ust -lurcu-bp -ldl $LIBS"
>> + libs_qga="-llttng-ust -lurcu-bp -ldl $libs_qga"
> 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?
next prev parent reply other threads:[~2013-10-21 20:24 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-18 6:39 [Qemu-devel] [PATCH v4 0/5] Fix UST backend for LTTng 2.x Mohamad Gebai
2013-10-18 6:39 ` [Qemu-devel] [PATCH v4 1/5] Fix configure script " Mohamad Gebai
2013-10-18 14:05 ` Stefan Hajnoczi
2013-10-21 20:24 ` Mohamad Gebai [this message]
2013-10-22 9:03 ` Alex Bennée
2013-10-18 6:39 ` [Qemu-devel] [PATCH v4 2/5] Modified the tracetool framework " Mohamad Gebai
2013-10-18 6:39 ` [Qemu-devel] [PATCH v4 3/5] Adapt Makefiles to the new LTTng ust interface Mohamad Gebai
2013-10-18 14:10 ` Stefan Hajnoczi
2013-10-18 6:39 ` [Qemu-devel] [PATCH v4 4/5] Update documentation for LTTng ust tracing Mohamad Gebai
2013-10-18 14:02 ` Stefan Hajnoczi
2013-10-18 6:39 ` [Qemu-devel] [PATCH v4 5/5] Add ust generated files to .gitignore Mohamad Gebai
2013-10-18 8:37 ` [Qemu-devel] [PATCH v4 0/5] Fix UST backend for LTTng 2.x Alex Bennée
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52658D7E.4010609@polymtl.ca \
--to=mohamad.gebai@polymtl.ca \
--cc=alex.bennee@linaro.org \
--cc=mohamad.gebai@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.