Hi Otmane<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi List;<br>
<br>
I have problem linking a simple executable with the liblas library liblas_c.lib<br>
provided in OSGEO4W.<br>
 </blockquote><div>  <br>If you want to link with liblas_c.lib, I think you must use the C api, and use include file &quot;capi/liblas.h&quot;<br>   <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

When I browse the symbols with DependencyWalker, i can find all the symbols not found..<br>
Am I missing something<br></blockquote><div><br> I think you try to link C++ code with C lib without using &quot;extern C&quot; keyword.. <br><br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
I tried to link with the liblas.lib, but  it asks me for  boost-serialization libs<br></blockquote><div><br>Perhaps a stupid question, but why don&#39;t you install this boost-serialization libs ?  ( with boostpro installer , for example.)<br>
Moreover, you should try to use the FindBoost.cmake Module <a href="http://www.cmake.org/cmake/help/cmake-2-8-docs.html#module:FindBoost">http://www.cmake.org/cmake/help/cmake-2-8-docs.html#module:FindBoost</a> rather than using you own FindXXX<br>
<br></div></div>good luck<br><br>Nicolas David.<br>