Hello.
In my shared library project I utilize during linking some complied .o
files, some static .a libraries and some shared .so libraries. One of
utilized libraries is openssl.
When I use openssl as shared library, my result library has not TEXTREL
section and that is what I want.
When I use openssl as static library, my result library has TEXTREL section.
I work under ubuntu 8.04. I was utilizing both available here libcrypto.so
and libcrypto.a and the same
libraries created by me from 0.9.8j version. Result was always the same -
with openssl as .so I had no TEXTREL, with openssl as .a I have TEXTREL
section.
Has anybody any idea  how to link my project files with static libcrypto.a
to eliminate TEXTREL ?

Best regards
Jacek
-- 
View this message in context: 
http://www.nabble.com/openssl-and-PIC-tp25531085p25531085.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to