Re: gmake freeradius-0.9.0 on BSDI4.3

2003-07-30 Thread Guillermo Delmastro
) { rcode ++; } } return (rcode); } Any suggestion? - Original Message - From: Alan DeKok [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 25, 2003 6:21 PM Subject: Re: gmake freeradius-0.9.0 on BSDI4.3 Guillermo Delmastro [EMAIL PROTECTED] wrote: When I do gmake I get

gmake freeradius-0.9.0 on BSDI4.3

2003-07-25 Thread Guillermo Delmastro
Hi When I do gmake I get this error: gcc .libs/radiusdS.o -g -O2 -Wall -D_GNU_SOURCE -DNDEBUG -I../include -o .libs/radiusd radiusd.o files.o util.o acct.o nas.o log.o valuepair.o version.o proxy.o exec.o auth.o timestr.o conffile.o modules.o modcall.o session.o xlat.o threads.o smux.o

Re: gmake freeradius-0.9.0 on BSDI4.3

2003-07-25 Thread Chris Brotsos
At 03:30 PM 7/25/2003, you wrote: Hi When I do gmake I get this error: gcc .libs/radiusdS.o -g -O2 -Wall -D_GNU_SOURCE -DNDEBUG -I../include -o .libs/radiusd radiusd.o files.o util.o acct.o nas.o log.o valuepair.o version.o proxy.o exec.o auth.o timestr.o conffile.o modules.o modcall.o session.o

Re: gmake freeradius-0.9.0 on BSDI4.3

2003-07-25 Thread Alan DeKok
Guillermo Delmastro [EMAIL PROTECTED] wrote: When I do gmake I get this error: ... radiusd.o: In function `main': /usr/freeradius-0.9.0/src/main/radiusd.c:845: undefined reference to `total_active_threads' Build with support for threads. Alan DeKok. - List info/subscribe/unsubscribe?

Re: gmake freeradius-0.9.0 on BSDI4.3

2003-07-25 Thread rax
Assuming you are not using threads, which I was not when I did this (./configure --without-threads), you should be able to just remove the reference to that line, and everything should work fine, since that procedure should be ifdef'd out anyway. I successfully compiled and installed with

Re: gmake freeradius-0.9.0 on BSDI4.3

2003-07-25 Thread Chris Brotsos
At 04:21 PM 7/25/2003, you wrote: Guillermo Delmastro [EMAIL PROTECTED] wrote: When I do gmake I get this error: ... radiusd.o: In function `main': /usr/freeradius-0.9.0/src/main/radiusd.c:845: undefined reference to `total_active_threads' Build with support for threads. Alan DeKok. And

Re: gmake freeradius-0.9.0 on BSDI4.3

2003-07-25 Thread rax
On Fri, Jul 25, 2003 at 04:31:28PM -0500, Chris Brotsos wrote: And just to confirm...I downloaded 0.9. Everything is where it should be, and 0.9 compiled fine on Slackware. Chris Yes, but slackware is not BSD, which does not ship standard with threading support. I assume that slackware