Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はいつもエラーが発生します:
clang library not found
win7の下に最新のmingwとhaskellプラットフォームをインストールしました。また、llvm-2.9-mingwとclang-2.9-mingw32をmingwフォルダーにコピーしました。
私に何ができる?
ライブラリへのパスを設定することで、コンパイラがそれを見つけることができます。設定できる場合があります
LIBRARY_PATH
gccがライブラリを見つけるのを助けるため。