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 To: cygwin AT cygwin DOT com From: Joerg Subject: make continues in background Date: Sun, 10 Oct 2004 16:08:29 +0200 Lines: 23 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: pd9ee0bc3.dip0.t-ipconnect.de X-Newsreader: Forte Free Agent 2.0/32.652 X-IsSubscribed: yes Hello everybody. I've got a problem with cygwin (DLL: v1.5.11) and Gnu Make v3.80 under WinXP: When I start Make to compile a huge projekt (with recursive calls to Make), Make suddenly returns to the cygwin prompt but continues to run as background job and I still can see its output (mixed with the cygwin prompt). This alone would not bother me, but this seems to happen even to the recursively called Makes. Result: some parts get compiled before others (on which they depend). => I get an error. I looked at all Makefiles and there's nothing that could explain that behavior. On Linux everything's ok. And before you ask: I even don't send anything to background with '&'. Even a call to "make clean" shows the same behavior. Any suggestions what's wrong? Thanks, Joerg. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/