<div dir="ltr">Thank you Mathieu.</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 29, 2018 at 12:00 PM, Mathieu Desnoyers <span dir="ltr"><<a href="mailto:mathieu.desnoyers@efficios.com" target="_blank">mathieu.desnoyers@efficios.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-family:arial,helvetica,sans-serif;font-size:12pt;color:#000000"><span class=""><div><span id="m_3802064364517024908zwchr">----- On Jan 29, 2018, at 8:56 AM, pedro pinto <<a href="mailto:pedro.e.pinto@gmail.com" target="_blank">pedro.e.pinto@gmail.com</a>> wrote:<br></span></div></span><div><span class=""><blockquote style="border-left:2px solid #1010ff;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt"><div dir="ltr"><div>Hi there. I would like to instrument a C++ statically linked application using the lttng static libraries (i.e. libllttng-ust.a, etc). To try to get this working I took the quick start example and changed it to use the following link command line: </div><br><div>gcc -o hello hello.o hello-tp.o -Wl,-Bstatic -llttng-ust -llttng-ust-tracepoint -lurcu-bp -lurcu-cds -Wl,-Bdynamic -lrt -ldl -pthread </div><br><div><div>This does not return any errors but the resulting trace is empty. I was able to get a trace using the liblttng shared object though.<br></div></div><br><div>Is it possible to statically link liblttng ? I am using v2.9.5 of lttng</div></div></blockquote></span><div>Static linking of lttng-ust is not supported. For a start, the library constructors are not<br></div><div>executed in a statically linked library.<br></div><div><br></div><div>Thanks,<br></div><div><br></div><div>Mathieu<br></div><div><br></div><div><br></div><div><br></div><blockquote style="border-left:2px solid #1010ff;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt"><div dir="ltr"><br><div>Thanks in advance!</div><br><div>-pp</div><br><br><br><br></div><br>______________________________<wbr>_________________<br>lttng-dev mailing list<br><a href="mailto:lttng-dev@lists.lttng.org" target="_blank">lttng-dev@lists.lttng.org</a><br><a href="https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev" target="_blank">https://lists.lttng.org/cgi-<wbr>bin/mailman/listinfo/lttng-dev</a><span class="HOEnZb"><font color="#888888"><br></font></span></blockquote></div><span class="HOEnZb"><font color="#888888"><div><br></div><div>-- <br></div><div>Mathieu Desnoyers<br>EfficiOS Inc.<br><a href="http://www.efficios.com" target="_blank">http://www.efficios.com</a></div></font></span></div></div></blockquote></div><br></div>