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]

Linux-Alpha problem with latest CVS egcs


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.

Felix


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