Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2002 06:09:28 -0600
From:      "C Rahul" <crahul@novell.com>
To:        <Mark_Andrews@isc.org>, <wash@wananchi.com>
Cc:        <freebsd-stable@FreeBSD.ORG>, <bind-users@isc.org>
Subject:   Compilation Errors in AIX 4.3.3
Message-ID:  <sd8abbab.094@prv-mail25.provo.novell.com>

next in thread | raw e-mail | index | archive | help


Hi 
    I have a small piece of code and I was trying to compile it on AIX
and it was failing . When i investigated, it gave me some errors in
HEADER declaration. On Further investigating the problem, I found that
problem But was unable to find a solution.

Can somebody help me out ???

Problem Description :

if u see the file /usr/include/arpa/nameser.h , then the last few lines
state that 
#ifdef _USE_IRS
  #ifdef BIND_4_COMPACT
  #include <arpa/nameser_compat.h>
  #endif
#else
 #include <arpa/onameser_compat.h>
#endif

Actually in my case _USE_IRS is not getting defined and hence it is
picking up the arpa/onameser_compact.h which is causing me the problem
as this has a different HEADER declaration.

This problem we don't encounter on Solaris and Linux . Can anybody help
me out to resolve the issue .

Thanks
Rahul


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?sd8abbab.094>