Hallo Monks, I posted the following question in a linux forum and a great friend advised me to seek wisdom here. Now my concern is that i have a perl script that requires the NetAddr module. Am running fedora 7 But upon typing the Makefile command, all i get is a really huge list of errors... For brevity's sake let me just post a snippet of the errors:
Bareword found where operator expected at Makefile line 31, near "/usr +/lib" (Missing operator before lib?) Bareword found where operator expected at Makefile line 36, near "LDFL +AGS = -L/usr" (Might be a runaway multi-line // string starting on line 35) (Do you need to predeclare LDFLAGS?) Bareword found where operator expected at Makefile line 37, near "LIBC + = /lib" (Might be a runaway multi-line // string starting on line 36) (Do you need to predeclare LIBC?) Bareword found where operator expected at Makefile line 41, near "25.e +lsmp" (Missing operator before elsmp?) Bareword found where operator expected at Makefile line 43, near "/usr +/lib" (Missing operator before lib?) Semicolon seems to be missing at Makefile line 43. Bareword found where operator expected at Makefile line 44, near "/usr +/lib" (Missing operator before lib?) Bareword found where operator expected at Makefile line 47, near "/usr +/bin" (Missing operator before bin?) Bareword found where operator expected at Makefile line 48, near "/usr +/lib" (Missing operator before lib?) Bareword found where operator expected at Makefile line 49, near "/usr +/lib" (Missing operator before lib?) Semicolon seems to be missing at Makefile line 52. Bareword found where operator expected at Makefile line 64, near "INST +_ARCHLIB = blib/arch" (Might be a runaway multi-line // string starting on line 54) (Do you need to predeclare INST_ARCHLIB?) Semicolon seems to be missing at Makefile line 70. Bareword found where operator expected at Makefile line 71, near "3pm" (Missing operator before pm?) Bareword found where operator expected at Makefile line 76, near "SITE +PREFIX = /usr" (Might be a runaway multi-line // string starting on line 75) (Do you need to predeclare SITEPREFIX?) Bareword found where operator expected at Makefile line 78, near "INST +ALLPRIVLIB = $(PERLPREFIX)/lib" (Might be a runaway multi-line // string starting on line 77) (Do you need to predeclare INSTALLPRIVLIB?) Semicolon seems to be missing at Makefile line 78. Bareword found where operator expected at Makefile line 79, near "$(DE +STDIR" (Missing operator before DESTDIR?) Scalar found where operator expected at Makefile line 79, near ")$(" (Missing operator before $(?) Bareword found where operator expected at Makefile line 79, near "$(IN +STALLPRIVLIB" (Missing operator before INSTALLPRIVLIB?) Semicolon seems to be missing at Makefile line 79. Bareword found where operator expected at Makefile line 80, near "$(SI +TEPREFIX" (Missing operator before SITEPREFIX?) Semicolon seems to be missing at Makefile line 80. Bareword found where operator expected at Makefile line 81, near "$(DE +STDIR" (Missing operator before DESTDIR?) Scalar found where operator expected at Makefile line 81, near ")$("

In reply to NetAddr-IP-4.007 compilation in Fedora fails miserably by h3x

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.