|
/binutils-2.14/configure --prefix=/tools --disable-nls
出来一大堆no
如下:
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for i686-pc-linux-gnu-ar... no
checking for ar... (cached) ar
checking for i686-pc-linux-gnu-as... no
checking for as... (cached) as
checking for i686-pc-linux-gnu-dlltool... no
checking for dlltool... (cached) dlltool
checking for i686-pc-linux-gnu-ld... no
... ...
后面
make configure-host
make LDFLAGS="-all-static"
时,说:
make: *** No rule to make target `configure-host'. Stop.
make: *** No targets specified and no makefile found. Stop
系统.redhat 8.0
谢谢了! |
|