home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21724 < prev    next >
Encoding:
Text File  |  1992-12-26  |  1.2 KB  |  39 lines

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: UUCP 103 (taylor)
  5. Date: 26 Dec 1992 07:13:36 -0600
  6. Organization: Kansas State University
  7. Lines: 27
  8. Message-ID: <1hhlq0INN8n3@matt.ksu.ksu.edu>
  9. References: <724981623snx@weasel.demon.co.uk> <72424@cup.portal.com>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. Dave-Nuttall@cup.portal.com (David Dave Nuttall) writes:
  13.  
  14. >I am also having difficulty compiling Taylor UUCP 103 under Linux 0.99pl1.
  15. >Commenting out the line:
  16. >    #define strncasecmp strnicmp
  17.  
  18. >does not fix it....rather it results in an error pointing at line
  19. >1182 which is apparently:
  20.  
  21. >    extern int strncasecmp P((const char *z1, const char *z2, int clen));
  22.  
  23. >If you comment out that line, it just gets worse!
  24. >Any constructive comments would be appreciated.
  25. >Thanks.
  26.  
  27. >(And "Read the FAQ" is cute, but no always instructive or constructive.)
  28.  
  29. Where are you commenting out the code.. That looks like the standard
  30. include file line there:
  31.  
  32. extern int strncasecmp P((const char *z1, const char *z2, int clen));
  33.  
  34. Comment out the offending redefinition in the uucp code where it barfs. Should
  35. work then
  36.  
  37. James
  38.  
  39.