in reply to NMAKE : fatal error U1077: ‘C:\WINNT\system32\cmd.exe’

Figure out which of the test scripts failed. If, for example, it was "FAILED.t", then run: perl -Iblib/lib -Iblib/arch -d t/FAILED.t and single-step (via the debugger's "s" command) through the test script to see what is being tested, which ones are failing, and learn more details about why (the debugger's "h h" command gives a quick list of available commands and "perldoc perldebug" gives more information on debugging).

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: NMAKE : fatal error U1077: ‘C:\WINNT\system32\cmd.exe’
  • Download Code

Replies are listed 'Best First'.
Re: (tye)Re: NMAKE : fatal error U1077: ‘C:\WINNT\system32\cmd.exe’
by jamesluc (Novice) on Jan 10, 2002 at 01:15 UTC
    Thanks, never had to use the debugger before.

    BTW, I was able to install on LINUX, but not NT.

    I hate NT!