Hi, folks
clang/clang++ fail to compile programs on FreeBSD 8 (amd64). Even the binary
which I downloaded from
http://llvm.org/releases/2.8/clang+llvm-2.8-freebsd8-amd64.tar.xz
failed.
Here is the error messge,
Hi, folks
clang/clang++ fail to compile programs on FreeBSD 8 (amd64). Even the binary
which I downloaded from
http://llvm.org/releases/2.8/clang+llvm-2.8-freebsd8-amd64.tar.xz
failed.
Here is the error messge,
Ooops, clang/clang++ did produce the executable.
But I still want to know it is possible to make this
error disappered.
Regards,
chenwj
this is a freebsd crt* problem which has been fixed in FreeBSD 9, just ignore it or use
/usr/bin/ld
this is a freebsd crt* problem which has been fixed in FreeBSD 9, just ignore it or use
/usr/bin/ld
Thanks, Roman.