HI I am unable to install aspell . These are the steps i followed.
1 Aspell file "aspell-0.60.4.tar.gz" downloaded and decompressed, tar xzvf aspell-0.60.4.tar.gz 2. File decompressed into directory "aspell-0.60.4" 3. Renamed "aspell-0.60.4" to "aspell". 4. cd aspell 5. ./configure --prefix=/kbase/kamsamma/aspell 6. make In the 6th step I got the following error ------------------------------------------------------------------------ ---- This system can not link to static lib archive libaspell.la. ------------------------------------------------------------------------ ---- *** Since this library must not contain undefined symbols, *** because either the platform does not support them or *** it was explicitly requested with -no-undefined, *** libtool will only create a static version of it. ar cru .libs/libpspell.a lib/.libs/dummy.o ranlib .libs/libpspell.a creating libpspell.la ------------------------------------------------------------------------ ---- prog/check_funs.cpp: In function `void restore_state()': prog/check_funs.cpp:148: error: `delscreen' undeclared (first use this function) prog/check_funs.cpp:148: error: (Each undeclared identifier is reported only once for each function it appears in.) prog/check_funs.cpp: In function `void layout_screen()': prog/check_funs.cpp:219: error: `halfdelay' undeclared (first use this function) prog/check_funs.cpp:223: error: `getmaxyx' undeclared (first use this function) prog/check_funs.cpp:229: error: `hline' undeclared (first use this function) prog/check_funs.cpp: In function `void begin_check()': prog/check_funs.cpp:271: error: `delscreen' undeclared (first use this function) prog/check_funs.cpp: In function `void get_line(acommon::String&)': prog/check_funs.cpp:360: error: `KEY_END' undeclared (first use this function) prog/check_funs.cpp: In function `void new_line(int&, int, int)': prog/check_funs.cpp:478: error: `winsdelln' undeclared (first use this function) prog/check_funs.cpp: In function `void display_misspelled_word()': prog/check_funs.cpp:502: error: `getmaxyx' undeclared (first use this function) prog/check_funs.cpp:567: error: `waddnstr' undeclared (first use this function) prog/check_funs.cpp: In function `void put(WINDOW*, const char*, int)': prog/check_funs.cpp:690: error: `waddnstr' undeclared (first use this function) prog/check_funs.cpp: In function `void display_menu()': prog/check_funs.cpp:749: error: `getmaxyx' undeclared (first use this function) ------------------------------------------------------------------------ -------- Any help from you guys. Thanks & Regards, Kamatshi _______________________________________________ Aspell-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/aspell-user
