Quantcast
Channel:
Viewing all articles
Browse latest Browse all 467

General support • Building Clang From Source

$
0
0
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.

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
I hope you can help me find these files, or tell me whats wrong with my c/c++ compilers

Statistics: Posted by terransatellite — Sat Jul 06, 2024 9:18 pm



Viewing all articles
Browse latest Browse all 467

Trending Articles