[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help using libhunspell-dev



Tim Edwards wrote:
Tobia Conforto wrote:
I'm trying to compile a simple program using libhunspell (on Etch) but I seem to be doing something wrong.

1. install library
# aptitude install libhunspell-dev

You've installed the -dev package, which AFAIK is just the include files, but have you installed the actual library package? ie. libhunspell-<version> (use apt-cache search to find it). If the actual library pkg is installed is it the same version as the -dev package?

There is only a -dev package, which includes header files and static libraries (there are no .so files for this package):

$ dpkg -L libhunspell-dev
/.
/usr
/usr/lib
/usr/lib/libparsers_pic.a
/usr/lib/libhunspell.a
/usr/lib/libhunspell_pic.a
/usr/lib/libparsers.a
/usr/share
/usr/share/doc
/usr/share/doc/libhunspell-dev/...
/usr/include
/usr/include/hunspell/...


Tobia


Reply to: