2017-10-24 21 views
1

私は指示Build GCC cilkplus | CilkPlusに従っています。私はmakeに試してみて、私はこのエラーを取得する:Ubuntu Linuxでのビルビルエラー

checking target system type... x86_64-unknown-linux-gnu 
checking LIBRARY_PATH variable... contains current directory 
configure: error: 
*** LIBRARY_PATH shouldn't contain the current directory when 
*** building gcc. Please change the environment variable 
*** and run configure again. 
Makefile:3965: recipe for target 'configure-stage1-gcc' failed 
make[2]: *** [configure-stage1-gcc] Error 1 
make[2]: Leaving directory '/home/username/b-gcc' 
Makefile:21970: recipe for target 'stage1-bubble' failed 
make[1]: *** [stage1-bubble] Error 2 
make[1]: Leaving directory '/home/username/b-gcc' 
Makefile:894: recipe for target 'all' failed 
make: *** [all] Error 2 

誰かが助けてもらえますか?

+0

Ugh ...ソースからGCCをビルドすることは大きな話題です。あなたは樹の外に建っていますか?つまり、「インプレース」を構築することはできません。ツリー外または一時ディレクトリにビルドする必要があります。また、GCC Wikiの[GCCのインストール](https://gcc.gnu.org/wiki/InstallingGCC)を参照して、他のラッパーを参照してください。 – jww

+0

@jww応答のおかげで、私は$ HOME/ –

+0

の下に "b-gcc"と呼ばれる新しいディレクトリを構築していました.GCCバージョン5以上を追加してCilkがそこに組み込まれているので、問題を解決しましたそうですね。 –

答えて

0

GCCバージョン5以上を追加して、Cilkがそこに組み込まれているので、私はそのように問題を解決しました。

関連する問題