From mboxrd@z Thu Jan 1 00:00:00 1970 From: yannick.brosseau@gmail.com (Yannick Brosseau) Date: Tue, 03 Apr 2012 08:47:23 -0400 Subject: [lttng-dev] pkg-config --libs does not include -lurcu-bp In-Reply-To: References: Message-ID: <4F7AF15B.4070903@gmail.com> On 2012-04-03 04:45, Stefan Hajnoczi wrote: > It's necessary to link against -lurcu-bp when using LTTng UST but on > Debian testing with libust-dev 0.16-1 I get the following from > pkg-config: > > $ pkg-config --libs ust > -lust > > I see /ust/lib/pkgconfig/ust.pc already contains Requires.private: > liburcu-bp but that isn't reflected in the --libs output. Does it > need to be updated? > Normally, you should not need to add -lurcu-bp to link with LTTng-UST. (Which is why it's not in the pkg-config) Which version of lttng-ust are you using?