compile problem (CVS): no clients symbol

2002-10-31 Thread Toni Mueller
Hello, while trying to compile the current CVS snapshot as of about one hour ago, I stumbled across a small glitch: gcc .libs/radiusdS.o -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes

Re: compile problem (CVS): no clients symbol

2002-10-31 Thread Alan DeKok
Toni Mueller [EMAIL PROTECTED] wrote; I can stick a random RADCLIENT *clients in somewhere, but am not convinced that this would be an appropriate solution. FWIW, in .../radiusd.h there is a structure that contains such a component, but that should apparently be aliased to a global, no? No.

Re: compile problem (CVS): no clients symbol

2002-10-31 Thread Toni Mueller
Hi Alan, On Thu, Oct 31, 2002 at 11:22:11AM -0500, Alan DeKok wrote: Toni Mueller [EMAIL PROTECTED] wrote; I can stick a random RADCLIENT *clients in somewhere, but am not convinced that this would be an appropriate solution. FWIW, in No. I've been going through the code the past few