Bug 17048 - Cannot build mainline GCC under CygWin...
Summary: Cannot build mainline GCC under CygWin...
Status: RESOLVED WONTFIX
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.0.0
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-16 11:37 UTC by Lucas
Modified: 2005-07-23 22:49 UTC (History)
1 user (show)

See Also:
Host: i686-pc-cygwin
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas 2004-08-16 11:37:51 UTC
This bug is a placeholder that I put here to act as a reminder that mainline 
CVS GCC is unbuildable under CygWin32 because AutoGen will not build on that 
platform either.
Comment 1 Andrew Pinski 2004-08-16 16:49:40 UTC
Why do you need autogen to run?
Comment 2 Lucas 2004-08-16 19:04:24 UTC
So I can build the GCC mainline.  The build system uses AG to create the top-
level Makefile, among other things.  That means, no AG, no go.
Comment 3 Andrew Pinski 2004-08-16 19:54:21 UTC
I think what I ment is why do you need Autogen when the toplevel Makefile is already generated?
Comment 4 Lucas 2004-08-16 20:48:49 UTC
Part of Fixincludes is AG'ed too, AFAIK.
Comment 5 Andrew Pinski 2004-08-16 20:55:39 UTC
But again you should not need it unless you change something.