How to get make to work under Cygwin bash shell

From: brianj (brian.jorgage_at_villanova.edu)
Date: 02/10/04


Date: 10 Feb 2004 14:15:02 -0800

I have an older version of Cygwin (B20) under which "make" works fine.
 I recently installed the latest version of Cygwin. When I type
"make" at the command prompt, I get the message:

bash: make: command not found

I have a Makefile in the local directory and ran a ./configure script
which ran successfully.

So how do I configure my bash shell to recognize the make command ?
When I look at my environment variables, the only variable related to
make is:

MAKE_MODE=unix

which I'm sure doesn't have any bearing on this.

I'm sure the answer is something simple. It's been a while since I
used makefiles.

Can anyone help me ?



Relevant Pages

  • Re: questionable feature in FreeBSD pmake
    ... DS>> variables or environment variables: ... this feature lies at the base of the FreeBSD base system build ... DS>on using a special environment variable or make command option or makefile ... DS>in which the make command is invoked and there is NO WAY to avoid it. ...
    (freebsd-hackers)
  • Re: questionable feature in FreeBSD pmake
    ... > variables or environment variables: ... this feature lies at the base of the FreeBSD base system build ... It is clear that a great deal of current FreeBSD OS makefile practice ... command or makefile variable. ...
    (freebsd-hackers)
  • Re: How to get make to work under Cygwin bash shell
    ... > I have a Makefile in the local directory and ran a ./configure script ... > When I look at my environment variables, ... but it sure sounds like you didn't install ... I'm sure cygwin has a mailing list or something. ...
    (comp.lang.c)
  • Re: Launching Cygwin through VC++
    ... I need to launch a makefile in Cygwin from a VC++ program. ... I can launch just Cygwin using ShellExecuteor CreateProcess, ... Does cygwin allow a parameter for a command to run? ...
    (microsoft.public.vc.language)
  • Re: Launching Cygwin through VC++
    ... I need to launch a makefile in Cygwin from a VC++ program. ... I can launch just Cygwin using ShellExecuteor CreateProcess, ... Does cygwin allow a parameter for a command to run? ...
    (microsoft.public.vc.language)