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 |
From: | Chris Faylor <cgf AT cygnus DOT com> |
Date: | Fri, 16 Jun 2000 12:50:39 -0400 |
To: | cygwin AT sourceware DOT cygnus DOT com |
Subject: | Re: make-3.79-1 simply hangs |
Message-ID: | <20000616125039.A17255@cygnus.com> |
Reply-To: | cygwin AT sourceware DOT cygnus DOT com |
Mail-Followup-To: | cygwin AT sourceware DOT cygnus DOT com |
References: | <NCBBLEFODDMKGPHPLFMJKEINDBAA DOT gorasche AT hyperwave DOT com> |
Mime-Version: | 1.0 |
User-Agent: | Mutt/1.2i |
In-Reply-To: | <NCBBLEFODDMKGPHPLFMJKEINDBAA.gorasche@hyperwave.com>; from gorasche@hyperwave.com on Fri, Jun 16, 2000 at 01:49:08PM +0200 |
On Fri, Jun 16, 2000 at 01:49:08PM +0200, Gerbert Orasche wrote: >I have the problem that Make hangs, CPU is at 0 percent. The Makefile >includes many sed generated dependency files containing DOS style CR/LF. My >guess is that this is causing the hang. That's usually an indication of something waiting for input. Try typing CTRL-D and see if things progress further. Either that or type: make < nul I'm not suggesting that this is a fix but if things move along with this method it means that something like sed is trying to read from standard input rather than a file. You'll have to debug your makefile to figure out exactly what is causing this. cgf -- 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 |