Re: installing Lingua::LinkParser on Win32
- From: "Sisyphus" <sisyphus1@xxxxxxxxxxxxxxxxx>
- Date: Thu, 21 Jul 2005 20:13:37 +1000
<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
.
- Follow-Ups:
- Re: installing Lingua::LinkParser on Win32
- From: natdavis_2000
- Re: installing Lingua::LinkParser on Win32
- References:
- installing Lingua::LinkParser on Win32
- From: natdavis_2000
- installing Lingua::LinkParser on Win32
- Prev by Date: FAQ 4.51 How do I permute N elements of a list?
- Next by Date: Lightning talks deadline extended
- Previous by thread: installing Lingua::LinkParser on Win32
- Next by thread: Re: installing Lingua::LinkParser on Win32
- Index(es):
Relevant Pages
|