Thanks for the prompt responses. Here's the immediate output after running 'make' command.
-ubuntu:~/.cpan/build/Lingua-LinkParser-1.14-cLQyC8# make Skip blib/lib/Lingua/LinkParser.pm (unchanged) Skip blib/lib/Lingua/LinkParser/Sentence.pm (unchanged) Skip blib/lib/Lingua/LinkParser/Dictionary.pm (unchanged) Skip blib/lib/Lingua/LinkParser/Linkage/Sublinkage.pm (unchanged) Skip blib/lib/Lingua/LinkParser/Definitions.pm (unchanged) Skip blib/lib/Lingua/LinkParser/Linkage/Word.pm (unchanged) Skip blib/lib/Lingua/LinkParser/Linkage/Sublinkage/Link.pm (unchanged) Skip blib/lib/Lingua/LinkParser/Linkage.pm (unchanged) Skip blib/lib/Lingua/LinkParser/Simple.pm (unchanged) cc -c -I/home/aktest/link-4.1b/include/ -D_REENTRANT -D_GNU_SOURCE -D +DEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_S +OURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"1.14\" -DXS_VERSION +=\"1.14\" -fPIC "-I/usr/lib/perl/5.10/CORE" -DDICTIONARY_DIR=\".\" L +inkParser.c In file included from /home/aktest/link-4.1b/include/link-includes.h:2 +1, from LinkParser.xs:5: /home/aktest/link-4.1b/include/structures.h:94:1: warning: "assert" re +defined In file included from LinkParser.xs:2: /usr/lib/perl/5.10/CORE/perl.h:3770:1: warning: this is the location o +f the previous definition LinkParser.c:47:5: error: macro "assert" requires 2 arguments, but onl +y 1 given LinkParser.c: In function ‘S_croak_xs_usage’:
Also the contents of Makefile.PL is
WriteMakefile( 'NAME' => "Lingua::LinkParser", 'VERSION_FROM' => "lib/Lingua/LinkParser.pm", 'DEFINE' => "-DDICTIONARY_DIR=\\\".\\\"", ## if your libs are in a nonstandard location, changes these,i.e.: # 'LIBS' => "-L/dbrian/link-grammar-4.4.3/link-grammar/.lib +s/ -llink-grammar", # 'INC' => "-I/dbrian/link-grammar-4.4.3/link-grammar/", 'LIBS' => "-llink-grammar", 'INC' => "-I/home/aktest/link-4.1b/include/", 'OBJECT' => "", );

In reply to Re^6: Installing Lingua::LinkParser by crossthelimit
in thread Installing Lingua::LinkParser by crossthelimit

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.