Hi,<br><br>I&#39;m trying to build static executables for ARM so I can simulate them with SimIt-ARM (this ARM simulator only accepts staticly linked executables). Even when I run configure as &quot;./configure --disable-shared --enable-static --enable-gxx&quot;, the demo programs all build as dynamically linked executables. I&#39;ve checked the makefiles, but I didn&#39;t find any weird stuff that would allow shared libraries.
<br><br>Do you guys have any tips?<br><br>Thanks,<br><br>Steven<br><br>PS: Cross-compilation happens in Scratchbox on a Ubuntu machine.<br>