Re: Inline C on Windows - what am i doing wrong?

From: John Bokma (postmaster_at_castleamber.com)
Date: 04/01/04


Date: Wed, 31 Mar 2004 16:44:03 -0600

SketchySteve wrote:

> 'cl' is not recognized as an internal or external command, operable program
> or batch file. NMAKE : fatal error

it means cl can not be found. What happens when you type cl in cmd.exe?
Probably same warning? Do you have cl on your system, and if so, is the
directory in your path?

-- 
John                            personal page:  http://johnbokma.com/
Freelance Perl / Java developer available  -  http://castleamber.com/


Relevant Pages

  • Re: powercobol compile all directory projects
    ... the entire point of the batch file is to do things in a specific order. ... Thus I split the main project up into sub-projects, and compile them in order. ... NMAKE *.mak may work for a small collection of independent programs, ...
    (comp.lang.cobol)
  • Problem setting up makefile
    ... I am trying to setup multiple makefiles using common environment variables ... The problem is I cannot get nmake to maintain ... After struggling with this for a while I have decided to create a batch file ...
    (microsoft.public.vc.mfc)
  • Re: MAKEFILE?
    ... Read about nmake macros: ... nmake can execute any command a batch file can, ...
    (microsoft.public.vc.language)
  • Re: MAKEFILE?
    ... > Read about nmake macros: ... >> b) How do I get a makefile to switch to another directory, ... > nmake can execute any command a batch file can, ...
    (microsoft.public.vc.language)
  • Re: Inline C on Windows - what am i doing wrong?
    ... > 'cl' is not recognized as an internal or external command, ... If yes, run the batch file ... before running nmake. ... you'll have to install it. ...
    (comp.lang.perl.misc)