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: Linux-Alpha problem with latest CVS egcs



  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


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