Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Reply-To: <gorasche@hyperwave.com>
From: "Gerbert Orasche" <gorasche@hyperwave.com>
To: <cygwin@sourceware.cygnus.com>
Subject: RE: make-3.79-1 simply hangs
Date: Mon, 19 Jun 2000 19:17:08 +0200
Message-ID: <NCBBLEFODDMKGPHPLFMJCEKJDBAA.gorasche@hyperwave.com>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
In-reply-to: <20000616125039.A17255@cygnus.com>

Hi!

Thnks for your answer. The problem is that after I have dos2unixed all
dependency files it is working.

cu
  Gerbert

> -----Original Message-----
> From: cygwin-owner@sourceware.cygnus.com
> [mailto:cygwin-owner@sourceware.cygnus.com]On Behalf Of Chris Faylor
> Sent: Friday, June 16, 2000 6:51 PM
> To: cygwin@sourceware.cygnus.com
> Subject: Re: make-3.79-1 simply hangs
>
>
> 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@sourceware.cygnus.com
>
>


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

