Re: make report

2002-02-09 Thread Ulf Möller
On Thu, Feb 07, 2002 at 11:26:56PM -0500, Charles McCabe wrote: > gcc -I.. -I../../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H >-DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM >-DRMD160_ASM -c -o p12_init.o p12_init.c > p12_init.c: In function

logging question

2002-02-09 Thread Clendenan, Dave
In bss_log.c, the '#includes' are still processed, even when compiled with -DNO_SYSLOG. I'm curious why, since the entire rest of the file is skipped... Dave Clendenan Software Developer Polycom Canada [EMAIL PROTECTED] (604) 697-9338 Thou shalt not follow the Null Pointer, for at its end

Re: logging question

2002-02-09 Thread Ben Laurie
"Clendenan, Dave" wrote: > > In bss_log.c, the '#includes' are still processed, even when compiled with > -DNO_SYSLOG. > > I'm curious why, since the entire rest of the file is skipped... So that we don't get into dependency wars in the CVS versions of the Makefiles. Cheers, Ben. -- http://w