Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started by: Juanito on March 09, 2026, 07:00:34 AM
-
In case anybody has had problems compiling with clang - here a a couple of fixes that help when clang complains it cannot find one or more of the gcc c++ header files:
Make llvm-config an actual file rather than a symlink: sudo cp /tmp/tcloop/llvm19-dev/usr/local/bin/llvm-config /usr/local/bin
Make clang-19 an actual file and redo symlinks to it: sudo cp /tmp/tcloop/clang/usr/local/bin/clang-19 /usr/local/bin
cd /usr/local/bin
sudo ln -sf clang-19 clang
sudo ln -sf clang-19 clang++