Hello I am trying to build clang from source, and I googled my question but it doesn't come up with anything.. "build clang from source freebsd" doesn't give any information on it. And my problem, is that my c/c++ compiler is missing a few files, I cannot find them with "pkg search" so it cannot find these files, and I have tried using gcc and freebsd's version of clang, neither works, same error.
I hope you can help me find these files, or tell me whats wrong with my c/c++ compilers
Code:
/usr/local/bin/ld: cannot find crt1.o: No such file or directory /usr/local/bin/ld: cannot find crti.o: No such file or directory /usr/local/bin/ld: cannot find -lc: No such file or directory /usr/local/bin/ld: cannot find crtn.o: No such file or directory
Statistics: Posted by terransatellite — Sat Jul 06, 2024 9:18 pm