I'm at a loss here .. Here's what's happening. It's happened with more than one module source comple:

I run perl Makefile.pl like always and it runs through like nothing's wrong and creates a Makefile.

I run make and I get: Makefile:##:*** missing seperator. Stop.

I take a look at the Make file and I see this:

INSTALLPRIVLIB = /usr/lib/perl5/5.8.0 INSTALLSITELIB = INSTALLVENDORLIB = /vendor_perl/5.8.0/i386-linux-th INSTALLARCHLIB = /usr/lib/perl5/5.8.0/i386-linux-thread-multi INSTALLSITEARCH = /u INSTALLVENDORARCH = /usr/lib/perl INSTALLBIN = /usr/bi INSTALLSITEBIN = /usr INSTALLVENDORBIN = /us INSTALLSCRIPT = /usr/bin PERL_LIB = /usr/lib/perl5/5.8.0 PERL_ARCHLIB = /usr/lib/perl5/5.8.0/i386-linux-thread-multi SITELIBEXP = '/usr/lib/perl5/site_perl' sit SITEARCHEXP = /usr/lib/pe LIBPERL_A = libperl.a' libc=' FIRST_MAKEFILE = Makefile MAKE_APERL_FILE = Makefile.aperl
Take a close look, half that data is invalid. Chopped off, incomplete lines, missing quotes, newlines where they aren't suppose to be. It's an utter mess. I've attempted to fix some (in the past), but it's so much of a mess and my knowledge of Makefile isn't advanced enough to clean this up.

I've searched everywhere I can think of for why Perl is doing this, but had no luck.

Any wise ones within the Monk Community can tell me why? or at least point me to a source for this?

Secs (I have a feeling they play a part)
RedHat 9
Perl 5.8.0
make 3.79.1

-- philip
We put the 'K' in kwality!


In reply to Perl is making Errors in Makefile by guice

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.