<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>Dear all,</div><div><br></div><div>When I try to link dynamic library I get <b style="font-size: 12pt;">tracepoint_dlopen' undefined ref :</b></div><div>what is a workaround for this</div><div><br></div><div><div>[root@localhost TEST]# g++ -Wall -shared -fPIC -I. -o mylib.so hello-tp.cpp -L/usr/local/lib/ -llttng-ust -ldl</div><div>[root@localhost TEST]# g++ -Wall -shared -fPIC -I. -L/usr/local/lib/ -o mainlib.so hello.cpp -ldl</div><div>[root@localhost TEST]# g++ -o hello mainlib.so mylib.so -llttng-ust -ldl</div><div><b>mainlib.so: undefined reference to `tracepoint_dlopen'</b></div><div><b>collect2: error: ld returned 1 exit status</b></div></div><div><br></div><br>Best Regards<br>Farhan <div><br></div>                                       </div></body>
</html>