In article <1992Dec21.153625.4491@welchgate.welch.jhu.edu> keithc@welchgate.welch.jhu.edu (Keith Christopher) writes:
> Hi,
>
>
> I have almost everything in the SLS installed (not X) and the compiler is installed correctly as well as mail and ELM2.3. The problem is when I FPTd uucp103.tar from TSX-11. I untarred it to my /usr partition. And ran make. the error messages I get are these:
>
>
> Infile included from uucico.c:304:uucp.h:1180:conflicting types for 'strncasecmp'
> /usr/include/string.h:36: previous declaration of 'strncasecmp'
>
> make *** [uucico.o] error 1
>
>
>
>
> any ideas ?
>
>
> keithc@welchgate.welch.jhu.edu
>
Comment out the #define for strncasecmp in uucp.h; this function is already defined
in /usr/include/stdlib.h (I think) and the re-definition is causing GCC to barf.