Thank you monks for your help so far. Taking the good advice from my last question, I am leaving 5.8, which was installed with the OS on the system and trying to install 5.005_03 along side it.

This is Red Hat Enterprise Linux v3.0 running kernel 2.4.21-9.EL. The compilers I think it trys to is one of these:
libgcc-3.2.3-24
gcc-3.2.3-24
...I think...when it asks what compiler to use, I take the default, which it displays as "cc".

The install I'm working from, I believe came from cpan some time ago. The tar ball was still on the old server, so I'm using that. The name to be exact is perl5.005_03.tar.gz.

I run sh Configure and take almost all the defaults, except that I want it installed in /usr/local/bin and not /usr/bin. That part seems to run without any errors that I can see.

It finishes and I run make and get the following error:

make: *** No rule to make target `<built-in>', needed by `miniperlmain.o'. Stop.

Any idea what might be wrong? I suspect I should be using an older or different compiler. I saved the output from running Configure and also have the config.sh file if that might be helpful.

Please help, I'm lost.

Thanks!


In reply to Compiling 5.005_03 by cybler

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.