Re: linc-0.1.10 problem building on Solaris 2.6



Great,

I'm still learning the Autoconf stuff.   and the "Goat" book wasn't
especially clear on how to handle
this.

-Dave


> Hi Dave,
>
>        Of course - system headers that don't install their prerequisites
> are unutterably broken :-)
>
>        Anyway - I think this one can be simply addressed by simply
> including <arpa/nameser.h> before resolv.h - just a missing include
> really. I'll commit that in a sec.
>
> On Wed, 12 Dec 2001 dahaverk@rockwellcollins.com wrote:
>> Then in "configure.in" the following can be added (assuming the "*"
>> pattern matches)...
>>
>> if test X"$host_os" = "Xsolaris*" ; then
>>         AC_DEFINE(HAVE_MAXDNAME_IN_NAMESER_H)
>> fi
>
>        This is not a good plan - there should be no systems mentioned by
>name in an configure.in; everything should be checked for maximum
>portability to other non-solaris-but-still-broken systems :-)
>
>        Regards,
>
>                Michael.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]