darrenmeehan / textroom

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

Can't find hunspell during compile. #71

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

gcc-4.5.2
glibc 2.12.1

Original issue reported on code.google.com by texs...@gmail.com on 28 Mar 2011 at 6:32

GoogleCodeExporter commented 8 years ago
You need to fix application.pro for this
the patch attached should do the trick.

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

Attachments:

GoogleCodeExporter commented 8 years ago
Got it, processed package and will ship update to my repo. Thank you very much! 

Original comment by texs...@gmail.com on 17 May 2011 at 4:47