1
Build GCC cilkplus | CilkPlus 안내를 따르고 있습니다. make
을 시도하면이 오류가 발생합니다.Ubuntu Linux에서 Cilk 빌드 오류가 발생했습니다.
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
누군가가 도움을 줄 수 있습니까?
음 ... 소스에서 GCC를 빌드하는 것은 큰 주제입니다. 너는 나무 밖을 짓고 있니? 즉, "제자리에서"건설 할 수는 없습니다. 트리 외부 또는 임시 디렉토리에 빌드해야합니다. 누군가의 래퍼를 살펴보기 전에 GCC 위키에서 [GCC 설치하기] (https://gcc.gnu.org/wiki/InstallingGCC)를 참조하십시오. – jww
@jww, 응답 주셔서 감사합니다. $ HOME/ –
아래에 "b-gcc"라는 새 디렉토리를 만들었습니다. GCC 버전 5 이상을 추가하고 Cilk가 내장되어 있으므로 문제가 해결되었습니다. 그런 식으로. –