Thanks for the help!! Sory about the confusion on the regex, but it was to show that I've used several xlc aliases (c89_r, c99_r,cc_r, etc) and that I got the same results each time. I copied and pasted your example and got the following error:

List of earlier versions to include in @INC? [none] <malloc/malloc.h> NOT found. <malloc.h> NOT found. Checking to see how big your pointers are... cc: 1501-228 (W) input file undefined not found (I can't seem to compile the test program. Guessing...) What is the size of a pointer (in bytes)? [4] *** You have chosen a maximally 64-bit build, *** but your pointers are only 4 bytes wide. *** Please rerun Configure without -Duse64bitall. *** Since you have quads, you could possibly try with -Duse64bitint. *** Cannot continue, aborting.

Where do I set the size of the pointers? Also, do I need to set a env var like SHLIB_PATH? So Configure can find the malloc.h? I set the env vars as follows:

$ export OBJECT_MODE=64 $ export CC=/usr/vac/bin/c99_r

This is why I switched to using the '-Duse64bitint' flag. This is my first time I've ever used the xlc compiler and the docs from ibm seem to be incomplete. At a previous job, I compiled perl 5.12 and 5.14 with gcc on linux and only had to try it 2 to 3 times tops on the perl 5.12. I saved the env in make_opts.inc config file. Unfortunately, this an IBM shop and they won't let me have gcc, gawk, gtar, etc. I appreciate your help! Thanks!


In reply to Re^2: Problem Compiling Perl 5.20.1 on AIX by ChuckP
in thread Problem Compiling Perl 5.20.1 on AIX by ChuckP

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.