Hi,<br><br>I am trying to build shared gmp libs using a different dynamic linker, but gmp insists on linking with my system&#39;s default dynamic linker (/lib64/ld-linux-x86-64.so.2) even with LDFLAGS=&quot;-Wl,--dynamic-linker,&lt;ANOTHERLINKER&gt;&quot; passed to the configure script.<br>
<br>Passing CC=&quot;gcc -Wl,--dynamic-linker,&lt;ANOTHERLINKER&gt;&quot; to the configure script do not work either.<br><br>Is there a way build shared gmp using a different dynamic linker ?<br><br>Thanks in advance.<br>
<br>Rafael <br>