home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21609 < prev    next >
Encoding:
Internet Message Format  |  1992-12-24  |  1.3 KB

  1. Path: sparky!uunet!usc!wupost!crcnis1.unl.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: compiling Taylor UUCP from tsx-11.mit.edu
  5. Date: 24 Dec 1992 04:32:50 -0600
  6. Organization: Kansas State University
  7. Lines: 30
  8. Message-ID: <1hc3kiINNjeh@matt.ksu.ksu.edu>
  9. References: <marcf.725185445@yorku.ca>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. marcf@nexus.yorku.ca (Marc G Fournier) writes:
  13.  
  14. >Hi..
  15.  
  16. >    I just downloaded taylor from tsx-11 so that I could 
  17. >compile it...but I can't :(
  18.  
  19. >    Error with uucico.c:
  20.  
  21. >In file included from uucico.c:304:
  22. >uucp.h:1176: conflicting types for `strncasecmp`
  23. >/usr/include/string.h:36: previous declaration of `strncasecmp'
  24. >make: *** [uucico.c] Error 1
  25.  
  26. >    I'm using SLS 0.99.  The reason I'm trying to recompile is becuase
  27. >the 'stock' that comes with the distribution Segmentation Faults if I
  28. >attempt to use it :(
  29.  
  30. >    Anyone know what is wrong/how to fix?
  31.  
  32. >Thanks...
  33.  
  34. >Marc
  35.  
  36. Comment out the conflicting definition in uucp.h. You might also try download
  37. ing the "quick-fix" libc image from tsx-11.mit.edu. It's in the 
  38. /pub/linux/GCC directory and is called libc.so.4.2.Z. This fixes a problem
  39. with sigaction, which causes uucico to dump core on a NULL input.
  40.  
  41. James
  42.