Now that I want to test my new dictionary of over 1.000.000 words I do
not have the curses based interface I still have the old one.
I know I have ncurses library installed
ls -l /lib/libncurses*
lrwxrwxrwx 1 root root 17 Oct 22 01:17
/lib/libncurses.so.4 -> libncurses.so.4.2
-rwxr-xr-x 1 root root 504103 Aug 6 01:00
/lib/libncurses.so.4.2
lrwxrwxrwx 1 root root 17 Oct 22 01:17
/lib/libncurses.so.5 -> libncurses.so.5.0
-rwxr-xr-x 1 root root 539884 Aug 6 01:02
/lib/libncurses.so.5.0
doing ldd aspell shows me this
ldd /usr/bin/aspell
libaspell.so.9 => /usr/lib/libaspell.so.9 (0x40015000)
libpspell-impl.so.4 => /usr/lib/libpspell-impl.so.4 (0x40133000)
libpspell.so.4 => /usr/lib/libpspell.so.4 (0x40135000)
libltdl.so.0 => /usr/lib/libltdl.so.0 (0x40152000)
libdl.so.2 => /lib/libdl.so.2 (0x40162000)
libpspell-modules.so.1 => /usr/lib/libpspell-modules.so.1
(0x40166000)
libstdc++-libc6.1-2.so.3 => /usr/lib/libstdc++-libc6.1-2.so.3
(0x40169000)
libm.so.6 => /lib/libm.so.6 (0x401b1000)
libc.so.6 => /lib/libc.so.6 (0x401ce000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
what parameter can I give to the configure so I can use the new
interface ?
TIA
--
Togan Muftuoglu
_______________________________________________
aspell-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/aspell-user