[Bug 199566] lang/polyml: pkg-config output missing libffi dependency

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 20 22:10:15 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199566

            Bug ID: 199566
           Summary: lang/polyml: pkg-config output missing libffi
                    dependency
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: brooks at FreeBSD.org
                CC: beyert at cs.ucr.edu
             Flags: maintainer-feedback?(beyert at cs.ucr.edu)
                CC: beyert at cs.ucr.edu

"pkg-config --libs polyml" produces:

-L/usr/local/lib -lpolymain -lpolyml -lpthread -lm -lstdc++ -lgcc_s -lgcc

When you use this to link polyml to a program it fails with missing libffi
references.  As a workaround you can use "pkg-config --libs polyml libffi"
which produces:

-lpolymain -lpolyml -lpthread -lm -lstdc++ -lgcc_s -lgcc -L/usr/local/lib -lffi

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list