This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -Wall stops compiling of egcs-1.0.3
- To: Wilfried Noell <Wilfried dot Noell at imt dot unine dot ch>
- Subject: Re: -Wall stops compiling of egcs-1.0.3
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Fri, 17 Jul 1998 23:24:27 -0600
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <35AF72F5.EDD7CEB@imt.unine.ch>you write:
> I tried to compile the complete set egcs-1.0.3 (the 9.5 MB tar.gz file)
> on our Sun (SunOS 5.5). The C-compiler version is
>
> /dr_users/noell % cc -V
> cc: SC3.0.1 13 Jul 1994
>
> The problems was, that the make process hit an error when the option -W
> or -Wall came up.
> What can I do about it? Is there any workaround? I tried to omit this
> option, but it wouldn't work either.
It is far easier for us to help you if you include the actual error message
rather than your interpretation of the error message.
I suspect the problem is that you said "make" instead of "make bootstrap",
but I can not be sure since you didn't include the error messages you
received when building the egcs-1.0.3a release.
jeff