Re: Problem building BIND 9.11.14 on SPARC Solaris 10

2019-12-30 Thread Wieland, Jeffrey J.
-o .libs/stats.o "stats.c", line 300: undefined symbol: val cc: acomp failed for stats.c *** Error code 1 Changing line 300 to "value", it then compiles just fine. Regards On 12/21/19 08:35, Wieland, Jeffrey J. wrote: Compiling with Solaris Studio 12.2 and Oracle Studio 12.4, I

Problem building BIND 9.11.14 on SPARC Solaris 10

2019-12-20 Thread Wieland, Jeffrey J.
Compiling with Solaris Studio 12.2 and Oracle Studio 12.4, I get the following error: libtool: compile:  /opt/solstudio12.2/bin/cc -m32 -L/opt/openssl-1.1/lib -R/opt/openssl-1.1/lib -D_STDC_C99= -mt -I/opt/src/sys/bind/sun4u/bind-9.11.14 -I../.. -I./unix/include -I./pthreads/include -I./noatomi

Re: BIND 9.11.6-P1 build fails on Solaris

2019-04-26 Thread Wieland, Jeffrey J.
Jaco Lesch via bind-users wrote: > > > Both BIND 9.11.5-P4 and 9.11.6 build fine with the following configure > settings: > ./configure --prefix=/opt/local --libdir=/opt/local/lib/dns/sparcv9 \ >     --sysconfdir=/etc \ >     --localstatedir=/var \ >     --with-randomdev=/dev/random \