내 문제 : 나는 내 버추얼에 오픈 솔라리스 2009.06의 내 설치 GCC 4.4.2을 컴파일, 빌드 및 설치하려고했습니다오류 1 & 2 오픈 솔라리스에 GCC 4.4.2을 컴파일 할 때 2009.06
3 i386 기계.
> checking whether ln -s works... yes
checking for i386-pc-solaris2.11-gcc... /src/gcc-4.4.2/host-i386-pc-solaris2.11/gcc/xgcc -B/src/gcc-4.4.2/host-i386-pc-solaris2.11/gcc/ -B/usr/gnu/i386-pc-solaris2.11/bin/ -B/usr/gnu/i386-pc-solaris2.11/lib/ -isystem /usr/gnu/i386-pc-solaris2.11/include -isystem /usr/gnu/i386-pc-solaris2.11/sys-include
checking for suffix of object files... configure: error: in `/src/gcc-4.4.2/i386-pc-solaris2.11/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
make[2]: *** [configure-stage1-target-libgcc] Error 1
make[2]: Leaving directory `/src/gcc-4.4.2'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/src/gcc-4.4.2'
make: *** [all] Error 2
시도 솔루션 : 메이크업을 실행하지만 나는이 같은 오류가 계속 Problem compiling gcc 4.4.0 on OpenSolaris 2009.6 즉
./configure --prefix=/usr/gnu --with-gmp=/usr/gnu --with-mpfr=/usr/gnu --with-as=/usr/sfw/bin/gas --with-gnu-as --with-gnu-ld
I : 나는이 질문에 대한 대답을 시도
GNU GCC의 플랫폼 별 솔루션을 시도 : GNU Solaris specific build instructions,즉
./configure --prefix=/usr/gnu --with-gmp=/usr/gnu --with-mpfr=/usr/gnu --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-shared
난 아직도
어떤 도움을 위의 두 가지 솔루션을 ./configure를 실행에도 불구하고 같은 오류를 얻고있다 주시면 감사하겠습니다! 감사합니다.
"자세한 내용은 config.log를 참조하십시오."- 유용한 정보가 있습니까? – schnaader