Hi, I'm trying to get the openssl command-line tool built as a statically linked executable (for an ARM simulator), but it appears to be non-trivial. Running "./Configure no-shared linux-generic32" or even "./config no-shared" doesn't seem to help. Compiling works, but it results in a dynamically linked executable. The Makefile in the apps-directory is way too complex for me to figure out the exact gcc-command.
FYI: Cross-compilations happens in Scratchbox on a Ubuntu machine. As said before, this works, but it produces dynamically linked executables. Does someone know the exact gcc-commands I can execute in my terminal? Thanks in advance, Steven
