[Bug 223191] devel/llvm*: --link-shared is broken

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 10 14:17:57 UTC 2017


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

Greg V <greg at unrelenting.technology> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greg at unrelenting.technology

--- Comment #1 from Greg V <greg at unrelenting.technology> ---
Trying to get Meson build working in Mesa git master, same problem. Actually it
doesn't use --link-shared, it uses default (which is static for some reason).

And even static is broken. Meson doesn't use --system-libs anymore
https://github.com/mesonbuild/meson/pull/2443/files but even if I add that
back:

$ llvm-config50 --system-libs
-lrt -l/usr/lib/libexecinfo.so -ltinfo -lpthread -lz -lm

/usr/bin/ld: cannot find -l/usr/lib/libexecinfo.so

How is *anything* working with such broken llvm-config?? o_0

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-x11 mailing list