Date: Sun, 10 Dec 2017 14:17:57 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 223191] devel/llvm*: --link-shared is broken Message-ID: <bug-223191-7141-v5hpf1bdRe@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-223191-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-223191-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223191 Greg V <greg@unrelenting.technology> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |greg@unrelenting.technology --- Comment #1 from Greg V <greg@unrelenting.technology> --- Trying to get Meson build working in Mesa git master, same problem. Actuall= y 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 --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223191-7141-v5hpf1bdRe>