|
|

楼主 |
发表于 2005-8-26 08:58:15
|
显示全部楼层
用livecd 有下面的问题
执行:
../gcc-3.3.1/configure --prefix=/tools \
--with-local-prefix=/tools \
--disable-nls --enable-shared \
--enable-languages=c
提示:
Configuring for a i686-pc-linux-gnu host.
*** This configuration is ont supported in the following subdirectories:
target-libstdc++-v3
(Any other directories should still work fine.)
created "makefile" in //mnt/lfs/sources/gcc-build using "mt-frag"
/tools/bin/ld: unrecognized option '--as-needed'
/tools/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status
*** The command 'gcc -o conftest -g -02 conftest.c' failed.
*** You must set the environment variable CC to a working compiler. |
|