in reply to Re: nmake install problem for tieExcel
in thread nmake install problem for tieExcel

This is probably a silly question but you are doing:

perl Makefile.PL nmake nnake test nmake install
Rather than something silly like nmake -f Makefile.PL ?

/J\

Replies are listed 'Best First'.
Re^3: nmake install problem for tieExcel
by tphyahoo (Vicar) on Apr 29, 2005 at 10:27 UTC
    gellyfish, yes, I was doing that. Arg. Never mind!

      He he, the Makefile.PL is a small perl program that uses ExtUtils::MakeMaker to generate a Makefile that is appropriate for the make utility on a particular platform.

      /J\