This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Igor Pechtchanski wrote:
Try to print the environment from the inside of the makefile (by putting a
-env in the default rule). That may give some clues.
Also, make sure you're running the correct (cygwin) make ('which make'
should do it). Make sure you're using '$(MAKE)' to invoke make
recursively, rather than 'make', as the path may be set incorrectly. I
would put both '-which make' and '-echo $(MAKE)' in the default rule, just
to verify that.
I checked and I am indeed invoking make via $(MAKE).| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |