<div dir="ltr">Hi Vaclav,<div><br></div><div>If it helps:  <a href="http://trac.osgeo.org/grass/ticket/2065" target="_blank">http://trac.osgeo.org/grass/ticket/2065</a></div><div class="gmail_extra"><br><br><div class="gmail_quote">


On Fri, May 23, 2014 at 9:25 PM, Vaclav Petras <span dir="ltr"><<a href="mailto:wenzeslaus@gmail.com" target="_blank">wenzeslaus@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote"><div>On Fri, May 23, 2014 at 2:53 PM, Glynn Clements <span dir="ltr"><<a href="mailto:glynn@gclements.plus.com" target="_blank">glynn@gclements.plus.com</a>></span> wrote:<br>




<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><br>
Vaclav Petras wrote:<br>
<br>
> So the test failed with segmentation fault<br>
<br>
</div>Possibly due to linking with gcc rather than g++. But that doesn't<br>
matter, as configure tests don't normally try to execute the program<br>
(that doesn't work if you're cross-compiling); they only care whether<br>
linking succeeds.<br>
<div><br></div></blockquote><div><br></div></div><div>I have to remember this gcc vs g++ possible issue and that ./cofigure does not execute. However, it did not helped me now. My sample program still segfaults when compiled with g++.<br>




</div><div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>
> but it would actually fail<br>
> during compilation if I would use `liblas-config --libs` because the boost<br>
> libraries are `libboost_program_options.so.1.54.0` on my computer while<br>
> `liblas-config --libs` says just `libboost_program_options.so` (same for<br>
> thread library).<br>
<br>
</div>You may need to install a -devel package, e.g. boost-devel or<br>
whatever.<br>
<br>
Typically, the unversioned symlink is in the -devel package, as it's<br>
only needed for compiling programs which use the library; running them<br>
will use either the library itself or a symlink which includes at<br>
least the major version number.<br>
<span></span></blockquote><div> </div></div>I installed libboost-thread-dev and libboost-program-options-dev and 
compilation works with $(liblas-config --libs) $(liblas-config 
--includes). So, it should work in ./configure but the result is still 
"libLAS support: no".<span><font color="#888888"><br><br> <blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span><font color="#888888">
--<br>
Glynn Clements <<a href="mailto:glynn@gclements.plus.com" target="_blank">glynn@gclements.plus.com</a>><br>
</font></span></blockquote></font></span></div><br></div></div>
<br>_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org" target="_blank">grass-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><font face="arial, helvetica, sans-serif">Regards,<br>


   Rashad</font></div>
</div></div>