You've got the wrong link-grammar source, I think. I grabbed
this source and Lingua-LinkParser-1.14 built fine for me on linux (Mandrake-9.1), perl-5.12.0.
Having grabbed that source, I unpacked it to /home/rob/perlmods, then did a 'cd' to /home/rob/perlmods/link-grammar-4.4.3. I then ran
./configure --disable-shared --enable-static. If you want to build a shared (dynamic) lib, then run
./configure --disable-static --enable-shared instead. And if you want to install to somewhere other than /usr/local you'll need to add the
--prefix=/home/aktest (or whatever) argument to the command.
After configure finished, I ran
make followed by
sudo make install. Then it was just a matter of building Lingua-LinkParser-1.14 in the "usual" way:
perl Makefile.PL followed by
make test and then
sudo make install.
See how you get on with that.
Cheers,
Rob.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.