Subject: | Hunspell Dependency not working with Strawberry Perl |
I found dll's for Hunspel at https://github.com/downloads/zdenop/hunspell-mingw/hunspell-mingw-1.3.2-win32.zip.
I copied "/include/" to C:\Languages\Perl\c\include and the Hunspell dll's and *.a files to C:\Languages\Perl\c\i686-w64-mingw32\lib .
When I use cpanm to install, it finds the dll's to link against which solved my first problem, but then I get what appears to be a libc (?) mismatch:
Hunspell.o:Hunspell.c:(.text+0x55e): undefined reference to `_imp___ZN8Hunspell8generateEPPPcPKcS1_i'
I've attached my full build log.
Thanks,
Michael Gatto
Subject: | build.log |
Message body not shown because it is not plain text.