I am trying to install Digest MD5 on a Linux box that was just rebuilt, but when I run make test I get the error below. The first line of the output seems to reference gcc, but then it fails the test because gcc can't be found...? Am I reading this right? Or is the first reference setting options for gcc, then going to look for gcc and it can't be found? gcc is present in the path /bin/sh so I am at a loss as to why I'm getting this err msg. Any help/direction/smacks upside the head are appreciated.
[root@]# make test gcc -c -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdecla +ration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FI +LE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTI +FY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 +-m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DVERS +ION=\"2.39\" -DXS_VERSION=\"2.39\" -fPIC "-I/usr/lib/perl5/5.8.8/i386 +-linux-thread-multi/CORE" MD5.c /bin/sh: gcc: command not found make: *** [MD5.o] Error 127

In reply to Digest MD5 not compiling, err msg confusing by ARiccela

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.