How to get make to work under Cygwin bash shell
From: brianj (brian.jorgage_at_villanova.edu)
Date: 02/10/04
- Next message: Mark McIntyre: "Re: A C tutorial"
- Previous message: Mark McIntyre: "Re: [OT] Re: undefined behavior or not undefined behavior? That is the question"
- Next in thread: Mike Wahler: "Re: [OT, welcome msg] How to get make to work under Cygwin bash shell"
- Reply: Mike Wahler: "Re: [OT, welcome msg] How to get make to work under Cygwin bash shell"
- Reply: Mac: "Re: How to get make to work under Cygwin bash shell"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 ?
- Next message: Mark McIntyre: "Re: A C tutorial"
- Previous message: Mark McIntyre: "Re: [OT] Re: undefined behavior or not undefined behavior? That is the question"
- Next in thread: Mike Wahler: "Re: [OT, welcome msg] How to get make to work under Cygwin bash shell"
- Reply: Mike Wahler: "Re: [OT, welcome msg] How to get make to work under Cygwin bash shell"
- Reply: Mac: "Re: How to get make to work under Cygwin bash shell"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|