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