Hello Francis,

Thank you for looking into this issue.

=> which system and more important which compiler?

Don't laugh (I did say this was legacy but this has never been an issue with all the Bind releases I've built on this machine:

$ cat /etc/redhat-release
Linux Mandrake release 7.0 (Air)

$ gcc -v
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux/2.95.2/specs
gcc version 2.95.2 19991024 (release)


Attached is the build log files for both 9.11.2-P1 (broken) and 9.10.6-P1 (works and is now installed)


BTW if lib/isc/include/isc/deprecated.h there is a simple
#ifdef __GNUC__
which should be improved...

Looking for the other and blocking problem.

Nope.. that file isn't present:
--
trinity3:/usr/src/archive/dns/bind-9.11.2-P1$ ls -la lib/isc/include/isc/deprecated.h
ls: lib/isc/include/isc/deprecated.h: No such file or directory
--

--David