gcc安装时提示编译器内部错误 如图,求大神帮助,刚刚用linux还是以小白,都是按照网上教的做。
GPM,MPFR,MPC都装了,#exportLD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/gmp-4.3.2/lib:/opt/mpfr-...
GPM,MPFR ,MPC都装了,
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/gmp-4.3.2/lib:/opt/mpfr-2.4.2/lib:/opt/mpc-0.8.1/lib
#note: this setting is needed as while building gcc, it will generate some other binaries and they will need the .so libraries to run to do other tasks for building gcc...
#sudo mkdir -p /opt/gcc-4.7
#mkdir gcc_build
#../gcc-4.7.0/configure --prefix=/opt/gcc-4.7 --with-gmp=/opt/gmp-4.3.2 --with-mpfr=/opt/mpfr-2.4.2 --with-mpc=/opt/mpc-0.8.1
notes: --disable-multilib
#make -j8
用了这些语句, 最后make -j8就会出现下面的错误。完全不懂啊··· 展开
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/gmp-4.3.2/lib:/opt/mpfr-2.4.2/lib:/opt/mpc-0.8.1/lib
#note: this setting is needed as while building gcc, it will generate some other binaries and they will need the .so libraries to run to do other tasks for building gcc...
#sudo mkdir -p /opt/gcc-4.7
#mkdir gcc_build
#../gcc-4.7.0/configure --prefix=/opt/gcc-4.7 --with-gmp=/opt/gmp-4.3.2 --with-mpfr=/opt/mpfr-2.4.2 --with-mpc=/opt/mpc-0.8.1
notes: --disable-multilib
#make -j8
用了这些语句, 最后make -j8就会出现下面的错误。完全不懂啊··· 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询