<div class="gmail_quote">On Mon, Aug 30, 2010 at 1:48 AM, Dr. David Kirkby <span dir="ltr"><<a href="mailto:david.kirkby@onetel.net">david.kirkby@onetel.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div id=":12">drkirkby@hawk:/tmp/ecl$ elfdump -d ./build/libecl.so |  fgrep TEXTREL<br>
       [23]  TEXTREL           0<br>
       [31]  FLAGS             0x4                 [ TEXTREL ]<br></div></blockquote></div><br>David, it seems that GMP, or at least the version we build and the way we build it, is to be blamed for the TEXTREL sections:<div>

<br></div><div><div>-bash-4.0$ gcc -fPIC -dy -G -o foo.so libeclgmp.a</div><div>-bash-4.0$ elfdump foo.so|grep TEXT</div><div>      [19]  TEXTREL           0                   </div><div>      [28]  FLAGS             0x4                 [ TEXTREL ]</div>

<div><br></div><div>I am now trying to build with pre-existing libraries to see whether the problem is gone.</div><div><br></div><div>Juanjo</div><br>-- <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>