Re: installing Lingua::LinkParser on Win32




<natdavis_2000@xxxxxxxxx> wrote in message
news:1121895795.458238.218910@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I am trying to install Lingua::LinkParser on a Win32 machine. I have
> downloaded and installed the Win32 version of the Link Parser tool. I
> can build the makefile successfully, but when I run nmake I get the
> following errors:
>
> LinkParser.obj : error LNK2001: unresolved external symbol
> _dictionary_create
> LinkParser.obj : error LNK2001: unresolved external symbol
> _dictionary_delete
> LinkParser.obj : error LNK2001: unresolved external symbol
> _dictionary_get_max_cost
> LinkParser.obj : error LNK2001: unresolved external symbol
> _linkage_and_cost
>

Looks like you're failing to link to whichever library ('.lib' file) it is
that resolves those symbols - I guess it's a library that's part of the
"Link Parser tool" you referred to. (Actually, looking at the module source,
it appears that you're expected to link to object files rather than a
library archive.)

If you installed from
http://www.link.cs.cmu.edu/link/ftp-site/link-grammar/link-4.1b/windows/link41b.zip
then, unfortunately that package doesn't contain a '.lib' file or any object
files - and therein lies a problem.

Did you get your "Link Parser tool" from there ?
Do you have either a library or object files to link to ?

Cheers,
Rob


.



Relevant Pages

  • installing Lingua::LinkParser on Win32
    ... I am trying to install Lingua::LinkParser on a Win32 machine. ... downloaded and installed the Win32 version of the Link Parser tool. ... LinkParser.obj: error LNK2001: unresolved external symbol ...
    (comp.lang.perl.misc)
  • Windows 7 - building win32/api gem
    ... When i install x86 version, ... Failed to build gem native extension. ... api.obj: error LNK2019: unresolved external symbol ... referenced in function _CallbackFunction ...
    (comp.lang.ruby)
  • Re: uncompress winzip file using perl
    ... It sounds like you are on a Win32 machine. ... If so, download 7-zip* and ... install it. ... You should then be able to decompress the files like ...
    (perl.beginners)
  • Re: Is CE 5 November 2007 QFE broken
    ... wzcsvc.exp: error LNK2001: unresolved external symbol ZCF_PowerDown ... CxLogDeregister referenced in function DllEntry ... When I back this QFE out the component builds correctly. ... Did you install all the previous QFEs? ...
    (microsoft.public.windowsce.platbuilder)