|
|
在安装binutils时,make出错,提示信息如下:
calhost binutils-build]$ make LDFLAGS=-all-static
Configuring in intl
loading cache .././config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -s -E
checking whether make sets ${MAKE}... yes
checking for gcc... gcc -s
checking whether the C compiler (gcc -s -g -O2 -all-static) works... no
configure: error: installation or configuration problem: C compiler cannot cr
eate executables.
make: *** [configure-intl] Error 1 |
|