Trying to use libidn in a port but get this error ld: library not found for -lidn

Brandon Allbery allbery.b at gmail.com
Sat Aug 15 09:19:01 PDT 2015


On Sat, Aug 15, 2015 at 12:14 PM, Ben Greenfield <ben at cogs.com> wrote:

> gcc -fPIC -Wall -ggdb -I/opt/local/include -c -o encodings.o encodings.c
> MACOSX_DEPLOYMENT_TARGET="10.3"; export MACOSX_DEPLOYMENT_TARGET;
> gcc -o encodings.so encodings.o -bundle -undefined dynamic_lookup -lidn
> ld: library not found for -lidn
>

You have the appropriate -I at compile time to find MacPorts-installed
headers, but no matching -L at link time to find MacPorts-installed
libraries.

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-users/attachments/20150815/3422f88f/attachment.html>


More information about the macports-users mailing list