Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Windows : compilation options

0 views
Skip to first unread message

Romain De Rasse

unread,
Dec 11, 2009, 10:14:11 AM12/11/09
to bind-...@lists.isc.org

Hi,

I succeeded in compile ISC Bind for Windows. I'm now trying to enable
"fixed rrset" (--enable-fixed-rrset for the configure file). But I
did'nt find how to change options for a Windows compilation.

Can anyone help me ?

Best regards,

Romain De Rasse

Danny Mayer

unread,
Dec 11, 2009, 10:33:03 AM12/11/09
to Romain De Rasse, bind-...@lists.isc.org
Romain De Rasse wrote:
> Hi,
>
> I succeeded in compile ISC Bind for Windows. I'm now trying to enable
> "fixed rrset" (--enable-fixed-rrset for the configure file). But I
> did'nt find how to change options for a Windows compilation.
>
> Can anyone help me ?

#define DNS_RDATASET_FIXED 1

in config.h

Danny

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Romain De Rasse

unread,
Dec 14, 2009, 9:01:25 AM12/14/09
to ma...@gis.net, bind-...@lists.isc.org

Danny Mayer a �crit :

> Romain De Rasse wrote:
>
>> Hi,
>>
>> I succeeded in compile ISC Bind for Windows. I'm now trying to enable
>> "fixed rrset" (--enable-fixed-rrset for the configure file). But I
>> did'nt find how to change options for a Windows compilation.
>>
>> Can anyone help me ?
>>
>
> #define DNS_RDATASET_FIXED 1
>
> in config.h
>
> Danny
>
>
OK thanks, I succeeded in compiling with fixed rrset enabled.

Strange thing though, the "Beyond Compare" soft doesn't find any
difference between this two directories : Build\Release after compiling
with fixed rrset enabled and Build\Release after compiling without.
In the Bind sources directory tree, only ".obj" files are different, and
these files are not located in Build\Release.

I don't really understand how, but it works. It's the most important.

Regards,

Romain

0 new messages