Hi,<br><br>I'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 "./configure --disable-shared --enable-static --enable-gxx", the demo programs all build as dynamically linked executables. I've checked the makefiles, but I didn'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>