Re: Minimal

2017-11-22 Thread Hal Murray via devel
hmur...@megapathdsl.net said: > The search order magic seems to be broken on most systems. Or they extern > debug without any warning. Or ... I changed the offending "debug" to "xdebug". My system generated an error. I added a "barf" to ntpd/declcond.h, expecting it to generate an error. I

Re: Minimal

2017-11-22 Thread Hal Murray via devel
> > ../../ntpd/ntpd.c:831:39: error: 'debug' undeclared (first use in > > this function) fprintf(stdout, "#debug =3D3D %d\n", debug); =20 Here is what I think is going on. The default configuration is no-debug. That is supposed to configure out all references to debug in ntpd/*, but ntplib is