darrenmeehan / textroom

Automatically exported from code.google.com/p/textroom
Other
0 stars 0 forks source link

libhunspell error on PCLinuxOS #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.compile

I have hunspell 1.2.15 development package installed but get an error when 
textroom 0.8.2 tries to link to it during the compile. 

/usr/bin/ld: cannot find -lhunspell
collect2: ld returned 1 exit status
make[1]: *** [../textroom] Error 1

hunspell isn't in some odd location so it should see it.

SPECS]# locate libhunspell
/usr/lib/libhunspell-1.2.a
/usr/lib/libhunspell-1.2.la
/usr/lib/libhunspell-1.2.so
/usr/lib/libhunspell-1.2.so.0
/usr/lib/libhunspell-1.2.so.0.0.0

and devel package in /usr/include/hunspell

Edit:  Just for grins I updated hunspell to 1.3.2 and it still doesn't find it. 

Original issue reported on code.google.com by s.milojk...@gmail.com on 28 Mar 2011 at 7:05

GoogleCodeExporter commented 8 years ago
It's the same issue as #71

Original comment by balcaen....@gmail.com on 17 May 2011 at 4:07

GoogleCodeExporter commented 8 years ago
yes, sorry for the double post

Original comment by s.milojk...@gmail.com on 17 May 2011 at 6:11