How do I link with Aquaterm library for an external build?

Brandon Allbery allbery.b at gmail.com
Thu Jan 31 09:32:48 PST 2013


On Thu, Jan 31, 2013 at 6:57 AM, Mojca Miklavec <mojca at macports.org> wrote:

> Actually, you usually need both -framework AquaTerm and
> -F/opt/local/Library/Frameworks when compiling, as in:
>     gcc hello.c -framework AquaTerm -F/opt/local/Library/Frameworks
>

-F is to -I as -framework is to -l.  That is, -F gets you the framework's
include files, -framework gets you its 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: <http://lists.macosforge.org/pipermail/macports-users/attachments/20130131/f9d75ffa/attachment.html>


More information about the macports-users mailing list