[華語, cmn-Hant-TW] 20130906: The GNU Compiler Collection and C++ standard library (libstdc++) are no longer built by default on platforms where clang is the system compiler. You can enable them with the WITH_GCC and WITH_GNUCXX options in src.conf. gcc 4.2.1…
clang 及 gcc 的編譯訊息
[華語, cmn-Hant-TW] 因為 GPLv3 的問題,FreeBSD 將來的預設編譯器會從 gcc 往 clang 移動。clang 的賣點之一就是編譯的訊息較易懂,一個簡單的例子 1 2 3 4 5 6 #include <stdio.h> main () { int a int b; }#include <stdio.h> main () { int a int b; } gcc version 4.2.1…