我在Ubuntu 16.04上從源碼構建了clang 4.0,並試圖編譯一個簡單的OpenMP程序,但收到以下錯誤。 /tmp/test-7f2c7c.o: In function `main':
/home/me/sf_shared/test.c:(.text+0x52): undefined reference to `__kmpc_fork_call'
/tmp/test-7f2c7c.
有沒有辦法將異常不匹配錯誤當作叮噹中的警告處理? source_file.cpp:12:18: error: exception specification of overriding function is more lax than base version virtual void Func(){} 我得到錯誤與谷歌模擬功能,指定異常說明符。看https://github.com/googl