Obviously I am a newbie in embedded stuff. I am sorry if I am being tedious but I am stuck at this point. I don't know why I am getting only static libraries instead of the dinamic ones (*.a vs *.so) even when I am saying splicitly no (<b>--enable-static=no</b>) during the configuration. Could it be the compiler?<br>


<br>Thanks a lot for all your help.<br><br>Best Regards<br><br>Felipe López<br>

<div class="gmail_extra"><br><br><div class="gmail_quote">2012/12/11 Thomas Graf <span dir="ltr"><<a href="mailto:tgraf@suug.ch" target="_blank">tgraf@suug.ch</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 12/11/12 at 12:38pm, Felipe López wrote:<br>
> First of all, thanks for your quick reply.<br>
><br>
> Obviously I did sth wrong because the size of my filesystem increased in<br>
> more than 3MB because of the installation of the libnl which is much larger<br>
> than yours... I guess, following the draw in their website<br>
</div>> (<a href="http://www.infradead.org/%7Etgr/libnl/" target="_blank">http://www.infradead.org/~tgr/libnl/</a><<a href="http://www.infradead.org/%7Etgr/libnl/" target="_blank">http://www.infradead.org/%7Etgr/libnl/</a>>),<br>

<div class="im">> that libnl-genl denpends only on libnl so I can get rid of libnl-route and<br>
> libnl-nf without any problem. Am I correct? Maybe I should add that I am<br>
> working on a ARM architecture and on a cross-compiled environment.<br>
<br>
</div>Yes, this is correct.<br>
<div class="im"><br>
> Below is what I did:<br>
><br>
</div>> *./configure --host=arm --prefix=/path/to/rootfs CC=arm-linux-gnueabi-gcc*<br>
><br>
> *make*<br>
><br>
> *make install*<br>
<div class="im">><br>
> How should I proceed? Many thanks for your help<br>
<br>
</div>If you run "make install-strip" it will automatically strip all the<br>
debugging symbols and the footprint should get much smaller. I would<br>
then delete the libraries you don't need (libnl-route and libnl-nf).<br>
</blockquote></div><br></div>