gcc is the GNU C Compiler. 'gcc': program not found means that you don't have it installed. While many perl modules are pure Perl (so all you need to install them is nmake) some have C or XS source code that requires comilation into a binary executable as part of the install process.

Get a copy of Win32 gcc from here http://www.mingw.org/

This still won't help you as the first error refers to the command mkdir -p /blah/subdir/subdir/subdir The -p option for mkdir is a *nix one and means make any required parent directories if they don't exist, so that the final subdir can be generated. This smells like a very unix oriented install shell script that is not going to run on Win32 without (extensive) modification.

You best bet will be to find a precompiled binary for Win32. Try ActiveState for a ppm or the Gtk website You are (probably) going to need the Win32 version of the GIMP to run this ( GTK == Gimp Tool Kit ) anyway.

cheers

tachyon

PS: You are young. Now is the time to dual boot that system of yours and get Linux. IMHO Mandrake is the easiest to install, configure and use - you can even have a GUI that looks just like windows if you want.


In reply to Re: Nmake......STOP!! by tachyon
in thread Nmake......STOP!! by eoin

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.