Open Martin-HZK opened 1 month ago
I had the same problem. In fact make works fine and cmake doesn't.
Are you perhaps just missing packages?
Are you perhaps just missing packages? Actually, the related libc can be found elsewhere, but not in the lib64. I just installed the Ubuntu24.04 by default image. But in terms of the static library, like libpthread_nonshared.a, I didn't really find it in my GLibc 2.35 version for Ubuntu22.04
Did anyone manage to resolve this? Same problem on RHEL!
@Martin-HZK where is the glibc found in your case?
What happened?
I can successfully build llama.cpp using make, but failing to do it using cmake. I tried this on Ubuntu 22.04 LTS and 24.04 LTS on my Intel Core Ultra 9 185H. It seems that is searching the glibc in the wrong path.
Name and Version
$ ./llama-cli --version version: 3912 (edc26566) built with cc (conda-forge gcc 14.2.0-1) 14.2.0 for x86_64-conda-linux-gnu
What operating system are you seeing the problem on?
Linux
Relevant log output