|
|
编译gcc时,./configure --prefix=/tools --with-local-prefix=/tools --disable-nls --enable-shared --enable-languages=c
creating cache ./config.cache
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 a BSD compatible install ... /usr/bin/install -c
checking whether ln works ... yes
checking whether ln -s works ... yes
configure: error: Building in the source directory is not supported in this release. See http://gcc.gnu.org/install/configure.html for more details
google了一段时间也没有找到准确的答案,这是怎么一回事?
谢谢~ |
|