Devel files for LLD?
Hi! I am trying to get LLD development files on Tumbleweed. I tried to install lld-devel but that package does not exist. Is the header files of LLD packaged? -- xtex @ Sat May 25 01:00:15 PM UTC 2024
On 25/5/24 16:02, xtex Chooser via openSUSE Factory wrote:
Hi!
I am trying to get LLD development files on Tumbleweed. I tried to install lld-devel but that package does not exist. Is the header files of LLD packaged?
Hello. Sometimes the development headers for a sub-package are included in the -devel package of its source rpm: $ rpm -qi lld | grep -i source Source RPM : llvm-18-2.2.src.rpm So try llvm-devel. (Or you can use this fancy command (which I never remember off hand, without looking into the shell's history for earlier usages): $ rpm -q --queryformat='%{sourcerpm}\n' lld ) Regards, Ahmad Samir
Am 25.05.24 um 3:02 PM schrieb xtex Chooser via openSUSE Factory:
Hi!
I am trying to get LLD development files on Tumbleweed. I tried to install lld-devel but that package does not exist. Is the header files of LLD packaged?
No, see https://bugzilla.opensuse.org/show_bug.cgi?id=1193892 for details. I built a stub library that offers the functions that most users want (https://github.com/aaronpuchert/liblld-stub), but didn't get around to packaging it yet. Aaron
participants (3)
-
Aaron Puchert
-
Ahmad Samir
-
xtexchooser@duck.com