2012-12-14 4 views
2

cygwin에서 crosstool-ng를 설치하는 데 문제가 있습니다.cygwin (_libintl_gettext)에 crosstool-ng를 설치할 때 오류가 발생했습니다.

가 난 후, 루트 Cygwin에서 폴더로 마지막 패키지 here을 다운로드 :

  1. ./configure를 ALL OK
  2. 메이크업 - 오류!

의 완전한 오류 로그 :

$ make 
    SED 'ct-ng' 
    SED 'scripts/crosstool-NG.sh' 
    SED 'scripts/saveSample.sh' 
    SED 'scripts/showTuple.sh' 
    GEN 'config/configure.in' 
    GEN 'paths.mk' 
    GEN 'paths.sh' 
    LD  'conf' 
zconf.tab.o:zconf.tab.c:(.text+0x1799): undefined reference to `_libintl_gettext' 
zconf.tab.o:zconf.tab.c:(.text+0x48f8): undefined reference to `_libintl_gettext' 
zconf.tab.o:zconf.tab.c:(.text+0x592b): undefined reference to `_libintl_gettext' 
zconf.tab.o:zconf.tab.c:(.text+0x5b20): undefined reference to `_libintl_gettext' 
zconf.tab.o:zconf.tab.c:(.text+0xcd60): undefined reference to `_libintl_gettext' 
zconf.tab.o:zconf.tab.c:(.text+0xcd6e): more undefined references to `_libintl_gettext' follow 
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: zconf.tab.o: bad reloc address 0x564 in section `.data' 
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: final link failed: Invalid operation 
collect2: ld returned 1 exit status 
Makefile:108: recipe for target `conf' failed 
make[2]: *** [conf] Error 1 
Makefile:160: recipe for target `build-lib-kconfig' failed 
make[1]: *** [build-lib-kconfig] Error 2 
Makefile:120: recipe for target `build' failed 
make: *** [build] Error 2 

내가 그것을 어떻게 해결할 수 있습니까? 감사합니다.

답변

관련 문제