Re: Compile Errors, Apple Silicon (M1), BIND 9.16.13

2021-03-23 Thread James Brown via bind-users
Thanks Mark. Copied HD from current x86 system to Apple Silicon machine. Config.log: configure:16164: checking for uv_handle_get_data configure:16164: gcc -o conftest -g -O2 -pthread -I/usr/local/include -Wl,-flat_namespace conftest.c -Wl,-flat_namespace -L/usr/local/lib -luv -lpthread -ld

Re: Compile Errors, Apple Silicon (M1), BIND 9.16.13

2021-03-22 Thread Mark Andrews
configure didn’t find uv_handle_get_data for some reason. You will need to look at config.log to see why. > On 23 Mar 2021, at 15:22, James Brown via bind-users > wrote: > > Can anyone help me get BIND 9.16.13 to work with Apple’s new M1s? > > Compiler: gcc > Configured with: --prefix=/A

Compile Errors, Apple Silicon (M1), BIND 9.16.13

2021-03-22 Thread James Brown via bind-users
Can anyone help me get BIND 9.16.13 to work with Apple’s new M1s? Compiler: gcc Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1