This is the mail archive of the gcc-prs@gcc.gnu.org mailing list for the GCC project.


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

bootstrap/3966: 'make bootstrap' fails when compiling gcc



>Number:         3966
>Category:       bootstrap
>Synopsis:       'make bootstrap' fails when compiling gcc
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 08 12:06:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Steve R. Johnson
>Release:        2.95.2 and 3.0
>Organization:
>Environment:
Linux From Scratch and Cygwin
>Description:
The compile reports a Make[2] error:

../gcc-2.95.2/gcc/prefix.c:69 in windows.h

I found that no windows.h exists, which probably stops the compiler.
>How-To-Repeat:
Just configure and make bootstrap
>Fix:
A workaround would be
Comment out the
#ifdef _WIN32
#include <windows.h>
#endif
on lines 68, 69, and 70 in the prefix.c file.  Then reconfigure and make bootstrap
>Release-Note:
>Audit-Trail:
>Unformatted:


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