This is the mail archive of the gcc-bugs@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]

Re: Invalid Directive


> First I'd like to know if there is a help email address instead of a bug
> address, since my troubles aren't really bugs in gcc but likely problems
> with my setup.

Sure, it's gcc-help@gcc.gnu.org

> I am trying to make gcc 2.95.2 on Solaris 2.6 using gnu make.
> 
> make bootstrap give the following:
> 
> "/usr/ucbinclude/strings.h", line 48: warning: identifier redeclared: strlen
>         current : function() returning int
>         previous: function() returning uint : "/usr/include/string.h", line
> 115
> "/usr/gcc_source/gcc/tree.def", line 45: invalid directive

It could very well be a bug in the compiler. However, you did not
mention what C compiler you were using to bootstrap gcc. It may be that
this compiler is not suitable for bootstrapping - if it is, then there
is a portability issue, which we'd like to fix.

If your primary interest is in using the compiler (instead of helping
to improve it), you may want to use the precompiled binaries from
sunfreeware.

Regards,
Martin

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