linking questions

Alexander Dymo cloudtemple at mksat.net
Wed Apr 14 19:12:36 BST 2004


On Wednesday 14 April 2004 21:10, Israel Fdez Cabrera wrote:
> Hi again... with libraries but statics ones this time
> How can I link staticaly with openssl, I've got the libssl.a, but where
> I set KDevelop for staticaly linking?
You need to specify the full name of static library in linker options,
for example if you have
/usr/lib/libtest.so and /usr/lib/libtest.a
you can link with /usr/lib/libtest.a (-l option is not needed).

-- 
Alexander Dymo
ICST Department, National University of Shipbuilding, Mykolayiv, Ukraine

-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list