You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to use an local existed PR from llama.cpp to install llama-cpp-python, it faid at build stage. When I use cmake .. -DBUILD_SHARED_LIBS=ONto compile, the following error occurs. What is the reason?In addition, what path should the Export path point to? Thank you~~
/usr/bin/ld: /lib/aarch64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [tests/CMakeFiles/test-tokenizer-1-llama.dir/build.make:117: bin/test-tokenizer-1-llama] Error 1
make[1]: *** [CMakeFiles/Makefile2:1912: tests/CMakeFiles/test-tokenizer-1-llama.dir/all] Error 2```
The text was updated successfully, but these errors were encountered:
LUXUS1
changed the title
Yup this is possible!
using cmake .. -DBUILD_SHARED_LIBS=ON failed
Apr 3, 2024
Originally posted by @abetlen in #1070 (comment)
When I want to use an local existed PR from llama.cpp to install llama-cpp-python, it faid at build stage. When I use
cmake .. -DBUILD_SHARED_LIBS=ON
to compile, the following error occurs. What is the reason?In addition, what path should the Export path point to? Thank you~~The text was updated successfully, but these errors were encountered: