Re: bind-9.12.2-P2 fails to compile with baffling undefined symbol issues

2018-10-19 Thread Michał Kępień
> So what is the minimum spec for ISC Bind? If the ISO/IEC 9899:2011 > standard is minimum then perhaps there could be a notation somewhere > on the isc site for that. Platform requirements are specified in the PLATFORMS file inside each BIND source archive since BIND 9.13.1: https://gitlab.i

Re: bind-9.12.2-P2 fails to compile with baffling undefined symbol issues

2018-10-18 Thread Dennis Clarke
On 10/18/2018 04:04 AM, Michał Kępień wrote: ... -L/usr/local/lib -latomic Undefined first referenced symbol in file _TG_atomic_fetch_add../dns/libdns.a(tsig.o) _TG_atomic_fetch_sub../dns/libdns.a(tsig.o) _TG_atom

Re: bind-9.12.2-P2 fails to compile with baffling undefined symbol issues

2018-10-18 Thread Dennis Clarke
On 10/18/2018 04:04 AM, Michał Kępień wrote: This looks like an Oracle Developer Studio glitch related to C11 atomic operations. To fix it, try fiddling around with the -xatomic compiler option [1] and/or the -std compiler option and/or the CC environment variable. To work around the problem, b

Re: bind-9.12.2-P2 fails to compile with baffling undefined symbol issues

2018-10-18 Thread Michał Kępień
> /opt/developerstudio12.6/bin/c99 -mt -errfmt=error -erroff=%none > -errshort=full -xstrconst -xildoff -m64 -xmemalign=8s -xnolibmil -Xc > -xcode=pic32 -xregs=no%appl -xlibmieee -mc -ftrap=%none -xbuiltin=%none > -xdebugformat=dwarf -xunroll=1 -xarch=sparc -I/usr/include/libxml2 -I > /usr/local/in

bind-9.12.2-P2 fails to compile with baffling undefined symbol issues

2018-10-17 Thread Dennis Clarke
This has me baffled : /opt/developerstudio12.6/bin/c99 -mt -errfmt=error -erroff=%none -errshort=full -xstrconst -xildoff -m64 -xmemalign=8s -xnolibmil -Xc -xcode=pic32 -xregs=no%appl -xlibmieee -mc -ftrap=%none -xbuiltin=%none -xdebugformat=dwarf -xunroll=1 -xarch=sparc -I/usr/include/libx