From mboxrd@z Thu Jan 1 00:00:00 1970 From: stefanha@gmail.com (Stefan Hajnoczi) Date: Tue, 3 Apr 2012 09:45:22 +0100 Subject: [lttng-dev] pkg-config --libs does not include -lurcu-bp Message-ID: 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? Thanks, Stefan