NeXT compiling

Pavel Curtis (pavel@parc.xerox.com)
Fri, 29 Dec 1995 15:50:55 PST


BLANCHARDMA@bvu.edu writes:
> Something I have noticed on the NeXT is an implicit declaration of the strlen
> C function, I fixed this by adding this line to the beginning of the
> my-string.h file:
> 
> #include <strings.h>
> 
> for some reason on the NeXT it is defined there.

Please send me a copy of the output of the compiler exhibiting the problem, not
just your fix.  I often can't directly use the fixes others propose, due to
issues like later changes in the server code base, portability to a wide range
of platforms, etc.

Thanks,
	Pavel