This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] fix make after clean


On Wed, Apr 06, 2011 at 07:53:02PM -0500, Yaakov (Cygwin/X) wrote:
>On Mon, 2011-04-04 at 10:52 -0400, Christopher Faylor wrote:
>> The last time I reported that I was using relative paths in the
>> gcc/binutils/winsup directory I was told "Don't do that.  It isn't
>> supported."  However, I'll move the call to Makefile.common earlier
>> in Makefile.in.
>> 
>> Thanks for the analysis.
>
>You overcompensated just a bit too much.  With a clean builddir:
>
>In file included from /usr/src/cygwin/winsup/cygwin/gmon.c:42:0:
>/usr/src/cygwin/winsup/cygwin/gmon.h:46:21: fatal error: profile.h: No
>such file or directory
>compilation terminated.
>make[3]: *** [gmon.o] Error 1
>make[3]: *** Waiting for unfinished jobs....
>In file included from /usr/src/cygwin/winsup/cygwin/mcount.c:39:0:
>/usr/src/cygwin/winsup/cygwin/gmon.h:46:21: fatal error: profile.h: No
>such file or directory
>compilation terminated.
>make[3]: *** [mcount.o] Error 1
>
>Patch attached.

I wonder why I don't see this.  I specifically did a clean install to
check it.

As you probably saw, I checked in a change last night.

Thanks.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]