I&#39;m having problems installing libLAS-1.7.0 on a Mac running Snow Leopard.  I&#39;m using boost_1_38_0 but have also tried boost_1_49_0.  In both cases I get the following error message:<div><br></div><div><div>/usr/local/boost/include/boost/math/special_functions/gamma.hpp:174: warning: comparing floating point with == or != is unsafe</div>
<div>make[2]: *** [src/CMakeFiles/las.dir/chipper.cpp.o] Error 1</div><div>make[1]: *** [src/CMakeFiles/las.dir/all] Error 2</div><div>make: *** [all] Error 2</div></div><div><br></div><div>I also get numerous other warnings before the one about.</div>
<div><br></div><div>I am able to install libLAS-1.6.1, using boost_1_38_0, but have not tried using boost_1_49_0.  Unfortunately, when I try to import liblas into python, I get the following error message:</div><div><br></div>
<div><div>Traceback (most recent call last):</div><div>  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;</div><div>  File &quot;/Library/Frameworks/Python.framework/Versions/Current/lib/python2.7/site-packages/libLAS-1.6.0-py2.7.egg/liblas/__init__.py&quot;, line 2, in &lt;module&gt;</div>
<div>    from core import get_version</div><div>  File &quot;/Library/Frameworks/Python.framework/Versions/Current/lib/python2.7/site-packages/libLAS-1.6.0-py2.7.egg/liblas/core.py&quot;, line 155, in &lt;module&gt;</div>
<div>    las = ctypes.CDLL(lib_name)</div><div>  File &quot;/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py&quot;, line 353, in __init__</div><div>    self._handle = _dlopen(self._name, mode)</div>
<div>OSError: dlopen(liblas_c.dylib, 6): Library not loaded: libboost_program_options.dylib</div><div>  Referenced from: /usr/local/lib/liblas_c.dylib</div><div>  Reason: image not found</div></div><div><br></div><div>Are there solutions to either of these problems?</div>
<div><br></div><div>Thanks</div><div>Jim</div>