Re: Compilation problems with 9.16.30 {External}

2022-06-15 Thread Ondřej Surý
Maybe somebody set the CC in the default environment? You can pass the override by doing ./configure CC=pick_your_compiler (instead of environment), that way it’s recorded in the config.log and config.status. As for RHEL6 - you might not be able to compile 9.18 at all unless you home-cook all t

Re: Compilation problems with 9.16.30 {External}

2022-06-15 Thread William D. Colburn
On Wed, Jun 15, 2022 at 08:55:59PM +0200, Ond??ej Surý wrote: >I believe the main problem might be that you were enforcing C99 with `CC=gcc >-std=gnu99`. BIND 9.16 requires C11 compatible compiler. (Well, apart from >using system past it???s respective end-of-life.) > >When I asked for exact conf

Re: Compilation problems with 9.16.30 {External}

2022-06-15 Thread Ondřej Surý
I believe the main problem might be that you were enforcing C99 with `CC=gcc -std=gnu99`. BIND 9.16 requires C11 compatible compiler. (Well, apart from using system past it’s respective end-of-life.) When I asked for exact configure invocation (options used), I asked for a reason… Cheers, -- O

Re: Compilation problems with 9.16.30 {External}

2022-06-15 Thread William D. Colburn
On Wed, Jun 15, 2022 at 07:22:50PM +0200, Ond??ej Surý wrote: >You need to provide little bit more detail about the environment - operating >system, compiler used, output of ./configure (including the options used). > >There???s no such thing as too many *relevant* details??? I'll trim down the c

Re: Compilation problems with 9.16.30

2022-06-15 Thread Ondřej Surý
You need to provide little bit more detail about the environment - operating system, compiler used, output of ./configure (including the options used). There’s no such thing as too many *relevant* details… Ondřej -- Ondřej Surý — ISC (He/Him) My working hours and your working hours may be diffe

Compilation problems with 9.16.30

2022-06-15 Thread William D. Colburn
I think I've sorted out my email problems and this message will make it through! The bind 9.16.30 release has problems in lib/isc/netmgr/netmgr-int.h. The first problem: In file included from netmgr.c:44: netmgr-int.h:326: error: redefinition of typedef 'isc__nm_uvreq_t' netmgr-int.h:189: note: