Indeed, Borland compilers are supported but nowadays this support is much smaller than earlier.

Also, Borland build uses win32/makefile.mk and not win32/Makefile . It is quite often someone adds modification in perl5porters list to win32/Makefile and forgets to update appropriately win32/makefile.mk, or even does not know about such file.

There is a probability that you get failings that could be fixed by editing win32/makefile.mk

About couple of years ago I've discovered failed test that was caused by a bug in Borland C's CRT, and tried to report that bug to Borland with no success.

BTW do you try building with pure Borland-C-5.5, or you have such a compiler with C++Builder with VCL library?

Also, what special benefits do you want to gain by building with Borland compiler?
I can assure you that it's harder to build other modules with Borland than with MSVC++, namely because nowadays it is less supported.

Courage, the Cowardly Dog


In reply to Re: Building 5.8.1-RC2 with BCC5.5 by Courage
in thread Building 5.8.1-RC2 with BCC5.5 by BrowserUk

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.