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 Date: Wed, 18 Dec 2002 23:20:18 +0800 From: Franklin To: lhall AT rfk DOT com Cc: cygwin AT cygwin DOT com Subject: Re: Make caused invalid page fault in module KERNEL32.DLL Message-Id: <20021218232018.21925be1.gis86541@cis.nctu.edu.tw> In-Reply-To: <157240-220021231814557274@M2W050.mail2web.com> References: <157240-220021231814557274 AT M2W050 DOT mail2web DOT com> Organization: CIS_NCTU Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 On Wed, 18 Dec 2002 09:55:07 -0500 "lhall AT pop DOT ma DOT ultranet DOT com" wrote: > First, I'd direct you to http://cygwin.com/bugs.html. > > Second, it's clear you are not using gcc/binutils for your > compiler/linker so you need to investigate and determine that > the mixed environment that you're running in (Cygwin + other > tools) is not causing conflicts. > > Third, you might try running make (assuming you're using Cygwin's > make) with strace and see if that points out any internal problems. > > These recommendations are in order. The first one is just a > primer for the other two and helps your investigation. > > Larry Hi, thank you for replying. I was wondering why make would conflict with any other compiler. Doesn't it just parse the contents of the Makefile file and call another shell to execute the specified commands? ;-) Well, I'll try your suggestions, and try to find out where the problem is. Thank you very much. Frank -- 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/