Cannot build on macOS 10.15 (Catalina)

2020-04-28 Thread Eddy Hahn
Hi, I got the latest source and build tools. 1) autorecon -If. WORKED! 2) configure WORKED! LIBUV_LIBS="-L$/dependencies/libuv/lib" LIBUV_CFLAGS="-I$/dependencies/libuv/include" CPPFLAGS=“-I$/dependencies/libuv/include" LDFLAGS='-flat_namespace -force_flat_namespace' ./configure

Re: Cannot build on macOS 10.15 (Catalina)

2020-04-28 Thread Eddy Hahn
> You should really use the pkgconfig. > > Ondrej > -- > Ondřej Surý > ond...@isc.org > >> On 28 Apr 2020, at 19:36, Eddy Hahn wrote: >> >> LIBUV_LIBS="-L$/dependencies/libuv/lib" > ___ Please visit

Re: BIND 9.16.13 and Mac OS X 10.13.6 - problems with ./configure

2021-03-25 Thread Eddy Hahn
I do not use either of them because I cannot trust them. I build all dependencies from scratch so I do not have to depend on others- breaking things from one version to the next. Also I do not like to use the old libs shipped with the OS or install 3rd party into the OS directories. Cheers,