Greetings,
I'm trying to compile aspell-0.60.4 on my FreeBSD 4.11 box and the compile seems to error out: . . g++ -g -O2 -fno-exceptions -o .libs/aspell prog/aspell.o prog/check_funs.o prog/checker_string.o ./.libs/libaspell.so -lncurses -Wl,--rpath -Wl,/usr/local/lib prog/aspell.o: In function `acommon::HashTable<SML_Parms>::resize_i(unsigned int)': /usr/local/src/aspell-0.60.4/common/hash-t.hpp(.text+0x1a): undefined reference to `libintl_dgettext' prog/aspell.o: In function `acommon::HashTable<SML_Parms>::resize_i(unsigned int)': /usr/local/src/aspell-0.60.4/common/hash-t.hpp(.text+0x1a): undefined reference to `libintl_dgettext' prog/aspell.o: In function `print_error(acommon::ParmString, acommon::ParmString)': /usr/local/src/aspell-0.60.4/prog/aspell.cpp:47: undefined reference to `libintl_dgettext' prog/aspell.o: In function `main': /usr/local/src/aspell-0.60.4/prog/aspell.cpp(.text+0x455): undefined reference to `libintl_dgettext' /usr/local/src/aspell-0.60.4/prog/aspell.cpp(.text+0x554): undefined reference to `libintl_dgettext' /usr/local/src/aspell-0.60.4/prog/aspell.cpp(.text+0x63a): undefined reference to `libintl_dgettext' prog/aspell.o(.text+0xfbc):/usr/local/src/aspell-0.60.4/prog/aspell.cpp: more undefined references to `libintl_dgettext' follow prog/aspell.o: In function `setup_display_conv(void)': /usr/local/src/aspell-0.60.4/prog/aspell.cpp(.text+0x2ad8): undefined reference to `libintl_bind_textdomain_codeset' prog/aspell.o: In function `list_available(acommon::PosibErr<acommon::StringPairEnumeration *> (*)(acommon::Config *))': /usr/local/src/aspell-0.60.4/prog/aspell.cpp(.text+0x3567): undefined reference to `libintl_dgettext' prog/aspell.o: In function `get_word_pair(char *, char *&, char *&)': /usr/local/src/aspell-0.60.4/prog/aspell.cpp:47: undefined reference to `libintl_dgettext' prog/aspell.o: In function `pipe(void)': /usr/local/src/aspell-0.60.4/prog/aspell.cpp(.text+0x3e55): undefined reference to `libintl_dgettext' /usr/local/src/aspell-0.60.4/prog/aspell.cpp(.text+0x41cc): undefined reference to `libintl_dgettext' /usr/local/src/aspell-0.60.4/prog/aspell.cpp(.text+0x5e26): undefined reference to `libintl_dgettext' prog/aspell.o:/usr/local/src/aspell-0.60.4/prog/aspell.cpp:1213: more undefined references to `libintl_dgettext' follow *** Error code 1 Stop in /usr/local/src/aspell-0.60.4. *** Error code 1 Stop in /usr/local/src/aspell-0.60.4. su-2.05b# Any ideas? Please reply to [EMAIL PROTECTED] MD _______________________________________________ Aspell-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/aspell-user
