Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Feb 2018 02:11:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 225621] devel/llvm50: llvm-config --system-libs says "-l/usr/lib/libexecinfo.so"
Message-ID:  <bug-225621-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225621

            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@FreeBSD.org
          Reporter: munro@ip9.org
             Flags: maintainer-feedback?(brooks@FreeBSD.org)
          Assignee: brooks@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?

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225621-13>