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.
llvm は初めてです。llvm-gcc を使用して C プログラムをコンパイルしようとすると、次のエラーが発生します。
$ llvm-gcc test.c
互換性のないプラグイン バージョン cc1: エラー: プラグイン /usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/plugin/dragonegg.so の初期化に失敗しました
ubuntu-11.04 と llvm-gcc-4.5 を使用しています
助けてください。
ありがとう
dpkg-buildpackageを使用して、独自のllvm-gcc-4.5およびdragoneggdebsをビルドできます。覚えておく必要のあるもう1つのことは、debian/changelogファイルのバージョンを変更することです。
これは、dragonegg のインストールが壊れていることを意味します。自分でコンパイルするか、Ubuntuに文句を言ってください。