[openssl-dev] Linking with extra library

Richard Levitte levitte at openssl.org
Thu Sep 1 14:39:43 UTC 2016


In message <CADqLbzJMH0U_851P+_oHbByyh-gBnNMmYvd7pqz45WHTz0njyw at mail.gmail.com> on Thu, 1 Sep 2016 16:06:54 +0300, Dmitry Belyavsky <beldmit at gmail.com> said:

beldmit> Hello Openssl Team,
beldmit> 
beldmit> I'm currently working on a patch providing support of the
beldmit> https://tools.ietf.org/html/draft-ietf-lamps-eai-addresses-00 draft.
beldmit> 
beldmit> I want to use functions from the libidn library to process the
beldmit> specified conversion.
beldmit> How do I add the linkage against libidn to the build system?

./config -lidn

(you might want to toss in a -L argument there as well if your libidn
isn't in a standard location)

Cheers,
Richard

-- 
Richard Levitte         levitte at openssl.org
OpenSSL Project         http://www.openssl.org/~levitte/


More information about the openssl-dev mailing list