This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Invalid Directive
- To: SMatlock at concentrex dot com
- Subject: Re: Invalid Directive
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 6 Jun 2000 23:27:18 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <9D29E1FC03B6D2119CC00090273C236402C8AFC1@EX_PORTLAND1>
> 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