This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Linux-Alpha problem with latest CVS egcs
- To: Felix von Leitner <leitner at amdiv dot de>
- Subject: Re: Linux-Alpha problem with latest CVS egcs
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 28 Jun 1998 01:45:59 -0600
- cc: egcs-bugs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <19980627230737.A26664@amdiv.de>you write:
> The problem is in line 440 or gcc/objc/archive.c, which declares a
> prototype for strcpy. strcpy is a macro in the latest glibc, so this
> prototype declaration generates a parse error.
>
> Either remove this declaration or do an #undef strcpy before it.
I believe rth fixed this bug today.
jeff