Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3E5E233B.70E3740D@methodpark.de> Date: Thu, 27 Feb 2003 15:39:55 +0100 From: Markus Hanke X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: make refuses to enter "unix-mode" References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Igor Pechtchanski wrote: > On Thu, 27 Feb 2003, Markus Hanke wrote: > > > Hi, > > > > in short the following lines say most of the problem: > > __________________________________________ > > mhe AT NB000687 ~/.cpan/build/Digest-MD5-2.23 > > $ set | grep -i make_mode > > MAKE_MODE=unix > > > > mhe AT NB000687 ~/.cpan/build/Digest-MD5-2.23 > > $ make > > /c: Can't open /c: No such file or directory > > make: *** [config] Error 2 > > > > mhe AT NB000687 ~/.cpan/build/Digest-MD5-2.23 > > $ make --unix > > __________________________________________ > > > > So it seems, that my environment variable "make_mode" is correctly set > > to use posix style things. > > Wy does make work then, if I pass "--unix", which should not be > > neccessary? > > I searched for the sources of make.exe, but didn't find any to very my > > experienced behaviour > > on it. > > > > Some suggestions? > > > The error you reported above makes little sense without [at least the > relevant snippet of] the Makefile. Hi Igor, thats not correct, because of two reasons: a) i get the the same error for nearly every Makefile I use. b) what I wanted to state is that there is a difference in the output between the call of "make" and "make --unix", where no difference should be, because of the value of "MAKE_MODE". The output error "Can't open /c" results out of the parameter "/c" which is given from make to the called shell "/bin/sh", which would be correct for "cmd.exe". > You can get the source of make by checking the "Src" box for the "make" > package in setup.exe. You will find it in /usr/src/make-/ Ok, that was ease. I'm sorry. > P.S. Please configure your mailer to not send text attachments inline. > Inline cygcheck output confuses the archive search engine... Thanks. Sorry again. -Markus -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/