[Bug 225621] devel/llvm50: llvm-config --system-libs says "-l/usr/lib/libexecinfo.so"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 2 02:11:15 UTC 2018


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

            Bug ID: 225621
           Summary: devel/llvm50: llvm-config --system-libs says
                    "-l/usr/lib/libexecinfo.so"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brooks at FreeBSD.org
          Reporter: munro at ip9.org
             Flags: maintainer-feedback?(brooks at FreeBSD.org)
          Assignee: brooks at FreeBSD.org

$ /usr/local/llvm50/bin/llvm-config --system-libs
-lrt -l/usr/lib/libexecinfo.so -ltinfo -lpthread -lz -lm

$ cc $(/usr/local/llvm50/bin/llvm-config --system-libs) test.c
/usr/bin/ld: cannot find -l/usr/lib/libexecinfo.so
cc: error: linker command failed with exit code 1 (use -v to see invocation)

Shouldn't that say -lexecinfo instead of -l/usr/lib/libexecinfo.so?

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


More information about the freebsd-ports-bugs mailing list