www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-Id: | <200005312057.NAA02888@aleph.ssd.hal.com> |
Subject: | Re: [Coop AT genomica DOT com: software bug] |
To: | cygwin AT sourceware DOT cygnus DOT com |
Date: | Wed, 31 May 2000 13:57:20 -0700 (PDT) |
In-Reply-To: | <20000531162349.A24628@cygnus.com> from "Chris Faylor" at May 31, 2000 04:23:49 PM |
From: | "J. J. Farrell" <jjf AT bcs DOT org DOT uk> |
X-Mailer: | ELM [version 2.5 PL2] |
MIME-Version: | 1.0 |
> 001-First-name = Stephen > 002-Last-name = Cooper > 004-Organization = Genomica > > 013-Description = We have a number of makefiles that all > include $(PROJ_HOME)/Makefile.common > In Cygwin B20, this worked with no problem. > Now in Cygwin 1.1.0, the makefile complains > that it can't find the file. Here's the output: > > bash-2.04$ make --unix fast > : No such file or directoryJ-v0.1/Makefile.common > > Note that the error message has truncated /d/Projects/DM which > should appear right before the J in the above error message. > $(PROJ_HOME) is set to /d/Projects/DMj-v0.1 I doubt it. Looks more like the terminal has obeyed the carriage return character which forms the last character of the name of the file which make was unable to find. It thinks there is a carriage return as the last character of the filename because there's one on the end of the include statement in the makefile. It sees one on the end of the include statement because of changes and problems with text/binary mode in the latest release, which are being reported here several times a day at the moment by people who choose not to check the mailing list archives before posting. The issue is discussed at length in the archives. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |