home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sun / misc / 5319 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.2 KB  |  32 lines

  1. Newsgroups: comp.sys.sun.misc
  2. Path: sparky!uunet!utcsri!newsflash.concordia.ca!mizar.cc.umanitoba.ca!mills
  3. From: mills@ccu.umanitoba.ca (Gary Mills)
  4. Subject: Re: ?libresolv (DNS client mode) in 4.1.3
  5. Message-ID: <Bxx3Gp.6Lw@ccu.umanitoba.ca>
  6. Sender: news@ccu.umanitoba.ca
  7. Nntp-Posting-Host: altair.cc.umanitoba.ca
  8. Organization: University of Manitoba, Winnipeg, Canada
  9. References: <schneck.721961212@Physik.TU-Muenchen.DE> <6485@sersun1.essex.ac.uk>
  10. Date: Wed, 18 Nov 1992 15:10:01 GMT
  11. Lines: 19
  12.  
  13. In <6485@sersun1.essex.ac.uk> ajn@essex.ac.uk (Alastair Neil) writes:
  14.  
  15. >gcc -DNIS -DDEBUG -O -DSHLIB -Iinclude -c res_debug.c
  16. >res_debug.c: In function `p_type' :
  17. >res_debug.c:408: `T_TXT' undeclared (first use of this function)
  18. >res_debug.c:408:  (Each undeclared identifier is reported only once
  19. >res_debug.c:408:  for each function it appears in.)
  20. >***  Error code 1
  21. >make Fatal error:  Command failed for target `res_debug.o'
  22.  
  23. Sounds like you need these definitions somewhere:
  24.  
  25. /* stuff not in Sun's arpa/nameser.h */
  26.  
  27. #define T_TXT           16              /* text strings */
  28. #define C_HS            4               /* for Hesiod name server at MIT */
  29.  
  30. -- 
  31. -Gary Mills-         -Networking Group-          -U of M Computer Services-
  32.