<div class="gmail_quote">On Sun, Jul 22, 2012 at 12:51 PM, H Durer <span dir="ltr"><<a href="mailto:h.duerer@gmail.com" target="_blank">h.duerer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I managed to install the libatomic-ops-dev package which gives me the<br>
headers and the lib pre-built.<br>
Could you outline what is involved in using the system libatomic-ops?<br>
Would configure find that and use it or do I need to tweak things in<br>
the source and Makefiles to make use of that lib?<br></blockquote></div><br>ECL currently uses its own copy of libatomic-ops. For other libraries it looks around in the operating system, trying to find a suitable version. Unfortunately libatomic-ops is not so mature and when I tried to do this, I found that many versions of the library around would not work.<div>

<br></div><div>Indeed, if you look at src/aclocal.m4 you will see that the code for ECL_BOEHM_GC is way more complex than that for ECL_LIBATOMIC_OPS. The former is looking for preinstalled copies of the GC library, while the second simply uses the one in ECL.</div>

<div><br></div><div>In order to work with system libraries one would have to first fix this detection phase. Then one would have to ensure that the GC library is also installed (GC uses libatomic-ops internally). So while the second step is up to the user, the first one involves some coding in ECL.</div>

<div><br></div><div>Juanjo<br clear="all"><div><br></div>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com" target="_blank">http://juanjose.garciaripoll.googlepages.com</a><br>


</div>