Compilation 在win 7 ultimate中使用cygwin编译hunspell-1.3.2

Compilation 在win 7 ultimate中使用cygwin编译hunspell-1.3.2,compilation,cygwin,hunspell,Compilation,Cygwin,Hunspell,我需要拼写。我是windows用户。我正在使用Win7终极英语 操作系统名称Microsoft Windows 7 Ultimate 版本6.1.7601 Service Pack 1构建7601 其他操作系统说明不可用 操作系统制造商微软公司 系统名称NURAS-PC 系统制造商索尼公司 系统模型VPCW21M1E 基于x64的PC系统类型 处理器Intel(R)Atom(TM)CPU N450@1.66GHz,1666 Mhz,1核,2逻辑处理器 BIOS版本/日期INSYDE R0240E

我需要拼写。我是windows用户。我正在使用Win7终极英语

操作系统名称Microsoft Windows 7 Ultimate 版本6.1.7601 Service Pack 1构建7601 其他操作系统说明不可用 操作系统制造商微软公司 系统名称NURAS-PC 系统制造商索尼公司 系统模型VPCW21M1E 基于x64的PC系统类型 处理器Intel(R)Atom(TM)CPU N450@1.66GHz,1666 Mhz,1核,2逻辑处理器 BIOS版本/日期INSYDE R0240E2,09年12月7日 SMBIOS版本2.6 Windows目录C:\Windows 系统目录C:\Windows\system32 启动设备\设备\硬盘卷1 地点美国 硬件抽象层版本=“6.1.7601.17514” 用户名nuras PC\nuras 时区土耳其昼时 已安装物理内存(RAM)2.00 GB 总物理内存1.99 GB 可用物理内存704 MB 总虚拟内存4.23 GB 可用虚拟内存1.84 GB 页面文件空间2.24 GB 页面文件C:\pagefile.sys

昨天我安装了Cygwin x86,所有用hunspell编写的软件包都读我的。 2.在Cygwin环境中编译 制作 gcc-g++开发包 mingw开发包(用于cygwin.dll免费本机Windows编译) ncurses,readline(用于用户界面) iconv(字符转换) 我选择了几乎所有的dev和util包 首先,我将我的“C:\cygwin\bin\cygwin1.dll”粘贴到“C:\Windows\system32” 第一次按下Cygwin控制台时编写了命令“mkdir dene” 然后我将路径添加到windows路径 我下载的咒语我用7zip解压了两次,并复制粘贴到“dene”目录下 然后按下Cygwin控制台

nuras@nuras-个人电脑~ $cd dene

nuras@nuras-PC~/dene $ls 第1.3.2节

nuras@nuras-PC ~/dene
$ cd hunspell-1.3.2

nuras@nuras-PC ~/dene/hunspell-1.3.2
$ ./configure --with-ui
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 8192
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for ld used by g++... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for as... as
checking for dlltool... dlltool
checking for objdump... (cached) objdump
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking libintl.h usability... no
checking libintl.h presence... no
checking for libintl.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for unistd.h... (cached) yes
checking error.h usability... yes
checking error.h presence... yes
checking for error.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for error_at_line... yes
checking for ANSI C header files... (cached) yes
checking for memchr... yes
checking for setlocale... yes
checking for strchr... yes
checking for strstr... yes
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking whether we are using the GNU C Library 2 or newer... no
checking for ranlib... (cached) ranlib
checking for simple visibility declarations... yes
checking for size_t... yes
checking for stdint.h... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for unsigned long long int... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for ld used by GCC... /usr/i686-pc-cygwin/bin/ld.exe
checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking for pthread_rwlock_t... yes
checking for multithread API to use... posix
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for argz_count... yes
checking for argz_stringify... yes
checking for argz_next... yes
checking for __fsetlocking... no
checking whether feof_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for NL_LOCALE_NAME macro... no
checking for bison... no
checking for long long int... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for ptrdiff_t... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... (cached) yes
checking for snprintf... yes
checking for wcslen... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether getc_unlocked is declared... yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for windres... windres
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
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
checking for tparm in -lncursesw... yes
Compiling with curses user interface.
configure: creating ./config.status
config.status: creating Makefile
config.status: creating hunspell.pc
config.status: creating man/Makefile
config.status: creating man/hu/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating src/Makefile
config.status: creating src/hunspell/Makefile
config.status: creating src/hunspell/hunvisapi.h
config.status: creating src/parsers/Makefile
config.status: creating src/tools/Makefile
config.status: creating src/win_api/Makefile
config.status: creating tests/Makefile
config.status: creating tests/suggestiontest/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile

nuras@nuras-PC ~/dene/hunspell-1.3.2
$ make
make  all-recursive
make[1]: Entering directory '/home/nuras/dene/hunspell-1.3.2'
Making all in intl
make[2]: Entering directory '/home/nuras/dene/hunspell-1.3.2/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/nuras/dene/hunspell-1.3.2/intl'
Making all in po
make[2]: Entering directory '/home/nuras/dene/hunspell-1.3.2/po'
make[2]: Leaving directory '/home/nuras/dene/hunspell-1.3.2/po'
Making all in src
make[2]: Entering directory '/home/nuras/dene/hunspell-1.3.2/src'
Making all in hunspell
make[3]: Entering directory '/home/nuras/dene/hunspell-1.3.2/src/hunspell'
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT affentry.lo -MD -MP -MF .deps/affentry.Tpo -c -o affentry.lo affentry.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT affentry.lo -MD -MP -MF .deps/affentry.Tpo -c affentry.cxx  -DDLL_EXPORT -DPIC -o .libs/affentry.o
In file included from affentry.cxx:9:0:
affentry.hxx:30:105: warning: converting to non-pointer type ‘short unsigned int’ from NULL [-Wconversion-null]
   struct hentry *      check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = NULL);
                                                                                                         ^
affentry.hxx:93:114: warning: converting to non-pointer type ‘short unsigned int’ from NULL [-Wconversion-null]
   struct hentry *   check_twosfx(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = NULL);
                                                                                                                  ^
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT affentry.lo -MD -MP -MF .deps/affentry.Tpo -c affentry.cxx -o affentry.o >/dev/null 2>&1
mv -f .deps/affentry.Tpo .deps/affentry.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT affixmgr.lo -MD -MP -MF .deps/affixmgr.Tpo -c -o affixmgr.lo affixmgr.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT affixmgr.lo -MD -MP -MF .deps/affixmgr.Tpo -c affixmgr.cxx  -DDLL_EXPORT -DPIC -o .libs/affixmgr.o
In file included from affixmgr.cxx:12:0:
affentry.hxx:30:105: warning: converting to non-pointer type ‘short unsigned int’ from NULL [-Wconversion-null]
   struct hentry *      check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = NULL);
                                                                                                         ^
affentry.hxx:93:114: warning: converting to non-pointer type ‘short unsigned int’ from NULL [-Wconversion-null]
   struct hentry *   check_twosfx(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = NULL);
                                                                                                                  ^
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT affixmgr.lo -MD -MP -MF .deps/affixmgr.Tpo -c affixmgr.cxx -o affixmgr.o >/dev/null 2>&1
mv -f .deps/affixmgr.Tpo .deps/affixmgr.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT csutil.lo -MD -MP -MF .deps/csutil.Tpo -c -o csutil.lo csutil.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT csutil.lo -MD -MP -MF .deps/csutil.Tpo -c csutil.cxx  -DDLL_EXPORT -DPIC -o .libs/csutil.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT csutil.lo -MD -MP -MF .deps/csutil.Tpo -c csutil.cxx -o csutil.o >/dev/null 2>&1
mv -f .deps/csutil.Tpo .deps/csutil.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT dictmgr.lo -MD -MP -MF .deps/dictmgr.Tpo -c -o dictmgr.lo dictmgr.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT dictmgr.lo -MD -MP -MF .deps/dictmgr.Tpo -c dictmgr.cxx  -DDLL_EXPORT -DPIC -o .libs/dictmgr.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT dictmgr.lo -MD -MP -MF .deps/dictmgr.Tpo -c dictmgr.cxx -o dictmgr.o >/dev/null 2>&1
mv -f .deps/dictmgr.Tpo .deps/dictmgr.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hashmgr.lo -MD -MP -MF .deps/hashmgr.Tpo -c -o hashmgr.lo hashmgr.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hashmgr.lo -MD -MP -MF .deps/hashmgr.Tpo -c hashmgr.cxx  -DDLL_EXPORT -DPIC -o .libs/hashmgr.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hashmgr.lo -MD -MP -MF .deps/hashmgr.Tpo -c hashmgr.cxx -o hashmgr.o >/dev/null 2>&1
mv -f .deps/hashmgr.Tpo .deps/hashmgr.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hunspell.lo -MD -MP -MF .deps/hunspell.Tpo -c -o hunspell.lo hunspell.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hunspell.lo -MD -MP -MF .deps/hunspell.Tpo -c hunspell.cxx  -DDLL_EXPORT -DPIC -o .libs/hunspell.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hunspell.lo -MD -MP -MF .deps/hunspell.Tpo -c hunspell.cxx -o hunspell.o >/dev/null 2>&1
mv -f .deps/hunspell.Tpo .deps/hunspell.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT suggestmgr.lo -MD -MP -MF .deps/suggestmgr.Tpo -c -o suggestmgr.lo suggestmgr.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT suggestmgr.lo -MD -MP -MF .deps/suggestmgr.Tpo -c suggestmgr.cxx  -DDLL_EXPORT -DPIC -o .libs/suggestmgr.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT suggestmgr.lo -MD -MP -MF .deps/suggestmgr.Tpo -c suggestmgr.cxx -o suggestmgr.o >/dev/null 2>&1
mv -f .deps/suggestmgr.Tpo .deps/suggestmgr.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT phonet.lo -MD -MP -MF .deps/phonet.Tpo -c -o phonet.lo phonet.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT phonet.lo -MD -MP -MF .deps/phonet.Tpo -c phonet.cxx  -DDLL_EXPORT -DPIC -o .libs/phonet.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT phonet.lo -MD -MP -MF .deps/phonet.Tpo -c phonet.cxx -o phonet.o >/dev/null 2>&1
mv -f .deps/phonet.Tpo .deps/phonet.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT filemgr.lo -MD -MP -MF .deps/filemgr.Tpo -c -o filemgr.lo filemgr.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT filemgr.lo -MD -MP -MF .deps/filemgr.Tpo -c filemgr.cxx  -DDLL_EXPORT -DPIC -o .libs/filemgr.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT filemgr.lo -MD -MP -MF .deps/filemgr.Tpo -c filemgr.cxx -o filemgr.o >/dev/null 2>&1
mv -f .deps/filemgr.Tpo .deps/filemgr.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hunzip.lo -MD -MP -MF .deps/hunzip.Tpo -c -o hunzip.lo hunzip.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hunzip.lo -MD -MP -MF .deps/hunzip.Tpo -c hunzip.cxx  -DDLL_EXPORT -DPIC -o .libs/hunzip.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT hunzip.lo -MD -MP -MF .deps/hunzip.Tpo -c hunzip.cxx -o hunzip.o >/dev/null 2>&1
mv -f .deps/hunzip.Tpo .deps/hunzip.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../..    -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT replist.lo -MD -MP -MF .deps/replist.Tpo -c -o replist.lo replist.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT replist.lo -MD -MP -MF .deps/replist.Tpo -c replist.cxx  -DDLL_EXPORT -DPIC -o .libs/replist.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -MT replist.lo -MD -MP -MF .deps/replist.Tpo -c replist.cxx -o replist.o >/dev/null 2>&1
mv -f .deps/replist.Tpo .deps/replist.Plo
/bin/sh ../../libtool --tag=CXX   --mode=link g++ -fvisibility=hidden -DBUILDING_LIBHUNSPELL -g -O2 -no-undefined  -o libhunspell-1.3.la -rpath /usr/local/lib affentry.lo affixmgr.lo csutil.lo dictmgr.lo hashmgr.lo hunspell.lo suggestmgr.lo phonet.lo filemgr.lo hunzip.lo replist.lo
libtool: link: rm -fr  .libs/libhunspell-1.3.a .libs/libhunspell-1.3.dll.a .libs/libhunspell-1.3.la .libs/libhunspell-1.3.lai
libtool: link: g++ -shared -nostdlib /usr/lib/gcc/i686-pc-cygwin/4.8.3/crtbegin.o  .libs/affentry.o .libs/affixmgr.o .libs/csutil.o .libs/dictmgr.o .libs/hashmgr.o .libs/hunspell.o .libs/suggestmgr.o .libs/phonet.o .libs/filemgr.o .libs/hunzip.o .libs/replist.o   -L/usr/lib/gcc/i686-pc-cygwin/4.8.3 -L/usr/lib/gcc/i686-pc-cygwin/4.8.3/../../.. -lstdc++ -lgcc_s -lgcc -lcygwin -ladvapi32 -lshell32 -luser32 -lkernel32 -lgcc_s -lgcc /usr/lib/gcc/i686-pc-cygwin/4.8.3/crtend.o    -o .libs/cyghunspell-1.3-0.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libhunspell-1.3.dll.a
libtool: link: ar cru .libs/libhunspell-1.3.a  affentry.o affixmgr.o csutil.o dictmgr.o hashmgr.o hunspell.o suggestmgr.o phonet.o filemgr.o hunzip.o replist.o
libtool: link: ranlib .libs/libhunspell-1.3.a
libtool: link: ( cd ".libs" && rm -f "libhunspell-1.3.la" && ln -s "../libhunspell-1.3.la" "libhunspell-1.3.la" )
make[3]: Leaving directory '/home/nuras/dene/hunspell-1.3.2/src/hunspell'
Making all in parsers
make[3]: Entering directory '/home/nuras/dene/hunspell-1.3.2/src/parsers'
g++ -DHAVE_CONFIG_H -I. -I../..     -g -O2 -MT firstparser.o -MD -MP -MF .deps/firstparser.Tpo -c -o firstparser.o firstparser.cxx
mv -f .deps/firstparser.Tpo .deps/firstparser.Po
g++ -DHAVE_CONFIG_H -I. -I../..     -g -O2 -MT htmlparser.o -MD -MP -MF .deps/htmlparser.Tpo -c -o htmlparser.o htmlparser.cxx
mv -f .deps/htmlparser.Tpo .deps/htmlparser.Po
g++ -DHAVE_CONFIG_H -I. -I../..     -g -O2 -MT latexparser.o -MD -MP -MF .deps/latexparser.Tpo -c -o latexparser.o latexparser.cxx
mv -f .deps/latexparser.Tpo .deps/latexparser.Po
g++ -DHAVE_CONFIG_H -I. -I../..     -g -O2 -MT manparser.o -MD -MP -MF .deps/manparser.Tpo -c -o manparser.o manparser.cxx
mv -f .deps/manparser.Tpo .deps/manparser.Po
g++ -DHAVE_CONFIG_H -I. -I../..     -g -O2 -MT textparser.o -MD -MP -MF .deps/textparser.Tpo -c -o textparser.o textparser.cxx
mv -f .deps/textparser.Tpo .deps/textparser.Po
rm -f libparsers.a
ar cru libparsers.a firstparser.o htmlparser.o latexparser.o manparser.o textparser.o
ranlib libparsers.a
/bin/sh ../../libtool --tag=CXX   --mode=link g++  -g -O2   -o testparser.exe firstparser.o htmlparser.o latexparser.o manparser.o testparser.o textparser.o ../hunspell/libhunspell-1.3.la
libtool: link: g++ -g -O2 -o .libs/testparser.exe firstparser.o htmlparser.o latexparser.o manparser.o testparser.o textparser.o  ../hunspell/.libs/libhunspell-1.3.dll.a -L/usr/local/lib
make[3]: Leaving directory '/home/nuras/dene/hunspell-1.3.2/src/parsers'
Making all in tools
make[3]: Entering directory '/home/nuras/dene/hunspell-1.3.2/src/tools'
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers    -g -O2 -MT analyze.o -MD -MP -MF .deps/analyze.Tpo -c -o analyze.o analyze.cxx
mv -f .deps/analyze.Tpo .deps/analyze.Po
/bin/sh ../../libtool --tag=CXX   --mode=link g++  -g -O2   -o analyze.exe analyze.o ../hunspell/libhunspell-1.3.la
libtool: link: g++ -g -O2 -o .libs/analyze.exe analyze.o  ../hunspell/.libs/libhunspell-1.3.dll.a -L/usr/local/lib
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers    -g -O2 -MT chmorph.o -MD -MP -MF .deps/chmorph.Tpo -c -o chmorph.o chmorph.cxx
mv -f .deps/chmorph.Tpo .deps/chmorph.Po
/bin/sh ../../libtool --tag=CXX   --mode=link g++  -g -O2   -o chmorph.exe chmorph.o ../parsers/libparsers.a ../hunspell/libhunspell-1.3.la
libtool: link: g++ -g -O2 -o .libs/chmorph.exe chmorph.o  ../parsers/libparsers.a ../hunspell/.libs/libhunspell-1.3.dll.a -L/usr/local/lib
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/hunspell -I../../src/parsers    -g -O2 -MT hunspell.o -MD -MP -MF .deps/hunspell.Tpo -c -o hunspell.o hunspell.cxx
hunspell.cxx:119:21: fatal error: ncurses.h: No such file or directory
 #include <ncurses.h>
                     ^
compilation terminated.
Makefile:524: recipe for target 'hunspell.o' failed
make[3]: *** [hunspell.o] Error 1
make[3]: Leaving directory '/home/nuras/dene/hunspell-1.3.2/src/tools'
Makefile:329: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/nuras/dene/hunspell-1.3.2/src'
Makefile:425: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/nuras/dene/hunspell-1.3.2'
Makefile:330: recipe for target 'all' failed
make: *** [all] Error 2
nuras@nuras-PC~/dene
$cd-1.3.2
nuras@nuras-PC~/dene/hunspell-1.3.2
$./configure--使用ui
正在检查生成系统类型。。。i686 pc cygwin
正在检查主机系统类型。。。i686 pc cygwin
正在检查目标系统类型。。。i686 pc cygwin
正在检查BSD兼容的安装/usr/bin/install-c
正在检查生成环境是否正常。。。对
正在检查线程安全的mkdir-p/usr/bin/mkdir-p
正在检查是否有呆滞。。。目瞪口呆
正在检查make是否设置$(make)。。。对
正在检查g++。。。g++
检查C++编译器是否工作…对
检查C++编译器默认输出文件名…a、 exe
正在检查可执行文件的后缀。exe
正在检查我们是否正在交叉编译。。。不
正在检查对象文件的后缀。。。o
检查我们是否使用GNU C++编译器…对
正在检查g++是否接受-g。。。对
正在检查make使用的包含样式。。。GNU
正在检查g++的依赖项样式。。。gcc3
正在检查gcc。。。海湾合作委员会
正在检查我们是否正在使用GNU C编译器。。。对
正在检查gcc是否接受-g。。。对
正在检查gcc选项以接受ISO C89。。。不需要
正在检查gcc的依赖项样式。。。gcc3
正在检查不截断输出的sed/usr/bin/sed
正在检查处理长线和-e的grep/usr/bin/grep
正在检查白鹭/usr/bin/grep-E
正在检查fgrep/usr/bin/grep-F
正在检查gcc使用的ld/usr/i686 pc cygwin/bin/ld.exe
正在检查链接器(/usr/i686 pc cygwin/bin/ld.exe)是否为GNU ld。。。对
正在检查BSD或MS兼容的名称列表器(nm)/usr/bin/nm-B
正在检查名称列表器(/usr/bin/nm-B)接口。。。BSD纳米
正在检查ln-s是否工作。。。对
正在检查命令行参数的最大长度。。。8192
正在检查shell是否理解某些XSI构造。。。对
正在检查shell是否理解“+=”。。。对
正在检查/usr/i686 pc cygwin/bin/ld.exe选项以重新加载对象文件-R
正在检查objdump。。。反汇编
正在检查如何识别依赖库。。。文件“^x86存档导入”^x86 DLL
正在检查ar。。。应收账
正在检查带。。。带
正在检查ranlib。。。兰利布
正在检查从gcc对象解析/usr/bin/nm-B输出的命令。。。好啊
正在检查如何运行C预处理器。。。gcc-E
正在检查ANSI C头文件。。。对
正在检查sys/types.h。。。对
正在检查sys/stat.h。。。对
正在检查stdlib.h。。。对
正在检查字符串。h。。。对
正在检查内存。h。。。对
正在检查字符串。h。。。对
正在检查IntType.h。。。对
正在检查stdint.h。。。对
正在检查unistd.h。。。对
正在检查dlfcn.h。。。对
检查我们是否使用GNU C++编译器…(缓存)是的
正在检查g++是否接受-g。。。(缓存)是的
正在检查g++的依赖项样式。。。(缓存)gcc3
检查如何运行C++预处理器…g++-E
正在检查objdir。自由基
正在检查gcc是否支持-fno rtti-fno异常。。。不
正在检查gcc选项以生成图片-DDLL_导出-DPIC
正在检查gcc PIC标志-DDLL_导出-DPIC是否工作。。。对
正在检查gcc静态标志-静态工作。。。对
正在检查gcc是否支持-c-o file.o。。。对
正在检查gcc是否支持-c-o file.o。。。(缓存)是的
正在检查gcc链接器(/usr/i686 pc cygwin/bin/ld.exe)是否支持共享库。。。对
正在检查是否应在中显式链接-lc。。。对
正在检查动态链接器特性。。。Win32 ld.exe
正在检查如何将库路径硬编码到程序中。。。立即的
正在检查是否可以剥离库。。。对
正在检查libtool是否支持共享库。。。对
正在检查是否生成共享库。。。对
正在检查是否生成静态库。。。对
正在检查g++使用的ld/usr/i686 pc cygwin/bin/ld.exe
正在检查链接器(/usr/i686 pc cygwin/bin/ld.exe)是否为GNU ld。。。对
正在检查g++链接器(/usr/i686 pc cygwin/bin/ld.exe)是否支持共享库。。。对
正在检查g++选项以生成图片-DDLL_导出-DPIC
正在检查g++PIC标志-DDLL_导出-DPIC是否工作。。。对
正在检查g++静态标志-静态是否有效。。。对
正在检查g++是否支持-c-o file.o。。。对
正在检查g++是否支持-c-o file.o。。。(缓存)是的
正在检查g++链接器(/usr/i686 pc cygwin/bin/ld.exe)是否支持共享库。。。对
中国