Hello, When trying to create a shared library of openssl (1.0.1c) with the following configuration:
./Configure --cross-compile-prefix=i686-
unknown-linux-gnu- --prefix=$HOME/toolchains/{i686-unknown-linux-gnu}
shared linux-elf
compiler version:
i686-unknown-linux-gnu-gcc (GCC) 4.2.4
The compilation is fine, however the linkage fails:
https://gist.github.com/3380022
Static build is successful. google finds lots of similar problems for older
versions of openssl but no exact fixes. I assume that link order was fixed
for static build but is still broken for dynamic.
Hello, When trying to create a shared library of openssl (1.0.1c) with the following configuration:
./Configure --cross-compile-prefix=i686-
unknown-linux-gnu- --prefix=$HOME/toolchains/{i686-unknown-linux-gnu} shared linux-elf
compiler version:
i686-unknown-linux-gnu-gcc (GCC) 4.2.4
The compilation is fine, however the linkage fails:
https://gist.github.com/3380022
Static build is successful. google finds lots of similar problems for older versions of openssl but no exact fixes. I assume that link order was fixed for static build but is still broken for dynamic.
compiler version:
i686-unknown-linux-gnu-gcc (GCC) 4.2.4
The compilation is fine, however the linkage fails:
https://gist.github.com/3380022
Static build is successful. google finds lots of similar problems for older versions of openssl but no exact fixes. I assume that link order was fixed for static build but is still broken for dynamic.
