Subject: compile problems
To: None <port-sparc@netbsd.org>
From: Sean Murphy <sean@cbrmain.cbr.nrc.ca>
List: port-sparc
Date: 03/10/2000 08:13:39
I've installed a netbsd-current kernel (from 3 days ago) on my
SparcStation 4, and I've done a "make includes" and also recompiled GCC
(2.95.2).  Whenever I compile stuff now, I get:

/usr/include/string.h:56: warning: conflicting types for built-in function
`memcmp'
/usr/include/string.h:57: warning: conflicting types for built-in function
`memcpy'
/usr/include/string.h:59: warning: conflicting types for built-in function
`memset'

I can just remove -Werror from the makefile and it compiles, but its a
real pain to have to do that.  I would have thought rebuilding GCC would
fix the problem, but apparently not.  Anyone know how I can make it stop
doing this?

--Sean