|
|
我编译时候提示
- lfs:/mnt/lfs/sources/gcc4-build$ make
- make[1]: Entering directory `/mnt/lfs/sources/gcc4-build'
- Configuring in ./fastjar
- configure: loading cache ./config.cache
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking for i686-pc-linux-gnu-gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... configure: error: cannot run C compiled
- programs.
- If you meant to cross compile, use `--host'.
- See `config.log' for more details.
- make[1]: *** [configure-fastjar] Error 1
- make[1]: Leaving directory `/mnt/lfs/sources/gcc4-build'
- make: *** [all] Error 2
复制代码
由于连接库异常导致的错误 |
|