- 论坛徽章:
- 0
|
gcc安装问题。
# make distclean
Doing distclean in intl
rm -f *.a *.la *.o *.obj *.lo core core.*
rm -f libgnuintl.h libintl.h charset.alias ref-add.sed ref-del.sed
rm -f -r .libs _libs
rm -f Makefile ID TAGS
if test "@PACKAGE@" = "gettext-runtime" || test "@PACKAGE@" = "gettext-t
ools"; then \
rm -f ChangeLog.inst ; \
else \
: ; \
fi
Doing distclean in libiberty
rm -f test-demangle
rm -f Makefile
make SUBDIRS="" clean
make SUBDIRS="" mostlyclean
rm -rf *.o pic core errs \#* *.E a.out
rm -f needed.awk needed2.awk errors dummy needed-list config.h stamp-*
rm -f stamp-picdir
rm -f libiberty.aux libiberty.cp libiberty.cps libiberty.fn libiberty.ky
rm -f libiberty.log libiberty.tmp libiberty.tps libiberty.pg
rm -f libiberty.pgs libiberty.toc libiberty.tp libiberty.tpl libiberty.v
r rm -f libtexi.stamp
rm -f *.a required-list tmpmulti.out
rm -f libiberty.dvi libiberty.info* libiberty.html
rm -f *~ Makefile config.status xhost-mkfrag TAGS multilib.out
rm -f config.log
rmdir testsuite 2>;/dev/null
*** Error code 2 (bu21) (ignored)
rm -f *.a TEMP errs core *.o *~ \#* TAGS *.E *.log
rm -f Makefile config.status config.cache mh-frag mt-frag
rm -f multilib.out multilib.tmp maybedep.tmp serdep.tmp
if [ "i686-pc-sco3.2v5.0.5" != "." ]; then \
rm -rf i686-pc-sco3.2v5.0.5; \
else true; fi
rm -rf build-i686-pc-sco3.2v5.0.5
rm -f texinfo/po/Makefile texinfo/po/Makefile.in texinfo/info/Makefile
rm -f texinfo/doc/Makefile texinfo/po/POTFILES
rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>;/dev/null
*** Error code 2 (bu21) (ignored)
rmdir texinfo/makeinfo texinfo/po texinfo/util 2>;/dev/null
*** Error code 2 (bu21) (ignored)
rmdir fastjar gcc libiberty texinfo zlib 2>;/dev/null
*** Error code 2 (bu21) (ignored)
# ./configure --enable-languages=c
creating cache ./config.cache
checking host system type... i686-pc-sco3.2v5.0.5
checking target system type... i686-pc-sco3.2v5.0.5
checking build system type... i686-pc-sco3.2v5.0.5
*** This configuration is not supported in the following subdirectories:
target-libffi target-boehm-gc target-zlib target-libjava target-libstdc++-v
3 target-libf2c zlib fastjar target-libobjc
(Any other directories should still work fine.)
checking for i686-pc-sco3.2v5.0.5-ar... no
checking for ar... ar
checking for i686-pc-sco3.2v5.0.5-as... no
checking for as... as
checking for i686-pc-sco3.2v5.0.5-dlltool... no
checking for dlltool... dlltool
checking for i686-pc-sco3.2v5.0.5-ld... no
checking for ld... ld
checking for i686-pc-sco3.2v5.0.5-nm... no
checking for nm... nm
checking for i686-pc-sco3.2v5.0.5-ranlib... no
checking for ranlib... :
checking for i686-pc-sco3.2v5.0.5-windres... no
checking for windres... windres
checking for i686-pc-sco3.2v5.0.5-objcopy... no
checking for objcopy... objcopy
checking for i686-pc-sco3.2v5.0.5-objdump... no
checking for objdump... objdump
checking for i686-pc-sco3.2v5.0.5-ar... no
checking for ar... ar
checking for i686-pc-sco3.2v5.0.5-as... no
checking for as... as
checking for i686-pc-sco3.2v5.0.5-dlltool... no
checking for dlltool... dlltool
checking for i686-pc-sco3.2v5.0.5-ld... no
checking for ld... ld
checking for i686-pc-sco3.2v5.0.5-nm... no
checking for nm... nm
checking for i686-pc-sco3.2v5.0.5-ranlib... no
checking for ranlib... :
checking for i686-pc-sco3.2v5.0.5-windres... no
checking for windres... windres
checking whether to enable maintainer-specific portions of Makefiles... no
updating cache ./config.cache
creating ./config.status
creating Makefile
make bootstrap (太长,部分)
checking for bison... bison
checking version of bison... 1.25, bad
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... no
checking whether to use NLS... yes
checking where the gettext function comes from... included intl directory
updating cache .././config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
CONFIG_HEADERS=config.h CONFIG_FILES= /bin/sh config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
echo timestamp >; cstamp-h
don't know how to make ./libgnuintl.h (bu42).
*** Error code 1 (bu21)
# make install
/bin/sh ./mkinstalldirs /usr/local /usr/local
don't know how to make ./libgnuintl.h (bu42).
*** Error code 1 (bu21)
少./libgnuintl.h ? |
|