Configure works fine in my fedora latest linux. But make complained

make: *** No rule to make target '<command-line>', needed by 'miniperl +main.o'. Stop.
which led me to https://www.nntp.perl.org/group/perl.perl5.porters/2008/02/msg133863.html . So it is possible because of gcc or other programs' output format to change over the years to get these kind of messages.

I guess you need to follow sh ./makedepend MAKE=make and find out where that unterminated string is.

Additionally, I remember some years ago a post here mentioning that make failed because of unquoted strings (some module not perl). I remember I found out that compiler defines -DXXX needed to be doubly quoted with escaped quotes. I tried to search but nothing comes up neither here nor with other search services.

my .clist in root folder contains:

av.c scope.c op.c doop.c doio.c dump.c hv.c mg.c perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c gv.c sv.c taint.c toke.c util.c deb.c run.c universal.c xsutils.c globals.c perlio.c perlapi.c miniperlmain.c perlmain.c

BTW, I looked more carefully the build log and found this:

ERROR: The installation "5.6.2" is unknown. $ perl --version This is perl 5, version 22, subversion 1 (v5.22.1) built for x86_64-li +nux-gnu-thread-multi

bw, bliako

ps. Oh I get it, you tried to install 5.6.2 just because of the above. Sorry for the noise


In reply to Re: Obtaining perl-5.6.2 for modern Ubuntu by bliako
in thread Obtaining perl-5.6.2 for modern Ubuntu by syphilis

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.