Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Date: Fri, 14 Feb 2003 14:20:16 -0500 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: YA mingw build error (was Re: Makefile error in winsup/mingw?) Message-ID: <20030214192016.GA21966@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <20030213181740 DOT GX5822 AT cygbert DOT vinschen DOT de> <20030214184430 DOT GC1916 AT tishler DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030214184430.GC1916@tishler.net> User-Agent: Mutt/1.5.1i On Fri, Feb 14, 2003 at 01:44:30PM -0500, Jason Tishler wrote: >On Thu, Feb 13, 2003 at 07:17:40PM +0100, Corinna Vinschen wrote: >> when building the winsup tree from scratch, I'm getting a link error >> in winsup/mingw when trying to build mingwthrd_dummy.exe: > >I found what appears to be another one: > > make[4]: Entering directory `/home/jt/src/cygwin/build/i686-pc-cygwin/winsup/mingw/profile > ... > gcc -L/home/jt/src/cygwin/build/i686-pc-cygwin/winsup -L/home/jt/src/cygwin/build/i686-pc-cygwin/winsup/cygwin -L/home/jt/src/cygwin/build/i686-pc-cygwin/winsup/w32api/lib -isystem /home/jt/src/cygwin/src/winsup/include -isystem /home/jt/src/cygwin/src/winsup/cygwin/include -isystem /home/jt/src/cygwin/src/winsup/w32api/include -isystem /home/jt/src/cygwin/src/newlib/libc/sys/cygwin -isystem /home/jt/src/cygwin/src/newlib/libc/sys/cygwin32 -B/home/jt/src/cygwin/build/i686-pc-cygwin/newlib/ -isystem /home/jt/src/cygwin/build/i686-pc-cygwin/newlib/targ-include -isystem /home/jt/src/cygwin/src/newlib/libc/include -c -o mcount.o -O2 -g -O2 -O1 ../../../../../src/winsup/mingw/profile/mcount.c > ../../../../../src/winsup/mingw/profile/mcount.c:47:18: gmon.h: No such file or directory > >I "fixed" it by adding the following to the gcc command line: > > -isystem ../../../../../src/winsup/mingw/profile You can also "fix" this by just removing the mcount.o rule. This seems to be broken due to a recent change made by Danny Smith. cgf