You are not logged in.
Pages: 1
Hi,
I am trying to run a program that requires clang and llvm linking, but am having trouble...
I have installed llvm, and then ccls using pacman and then get the following error message when I try to make the program:
/usr/bin/ld: cannot find -lclangFrontend
/usr/bin/ld: cannot find -lclangDriver
/usr/bin/ld: cannot find -lclangSerialization
/usr/bin/ld: cannot find -lclangParse
/usr/bin/ld: cannot find -lclangSema
/usr/bin/ld: cannot find -lclangAnalysis
/usr/bin/ld: cannot find -lclangEdit
/usr/bin/ld: cannot find -lclangAST
/usr/bin/ld: cannot find -lclangLex
/usr/bin/ld: cannot find -lclangBasic
I saw this bug report, but that seemed to indicate that just installing the ccls package would work... what am I missing?
Help!
Offline
Please remove the redundant cry for help from your topic title: https://wiki.archlinux.org/index.php/Co … ow_to_post
Mod note: Moving to NC.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
I saw this bug report, but that seemed to indicate that just installing the ccls package would work... what am I missing?
How on earth do you infer from that bug report that installing ccls would magically fix this? Which software are you tring to build?
Offline
Pages: 1