Hi, Things are much simplier than one can imagine... ;) Just look at Makefile (lines 18-31): -----------CUT----------- # Accounting support ifdef HAS_ACCT SOURCES += gkacct.cxx STDCCFLAGS += -DHAS_ACCT endif # RADIUS support ifndef NO_RADIUS SOURCES += radproto.cxx radauth.cxx STDCCFLAGS += -DHAS_RADIUS ifdef HAS_ACCT SOURCES += radacct.cxx endif endif -----------CUT----------- So, NO_RADAUTH=1 doesn't work any more... Please try "NO_MYSQL=1 NO_RADIUS=1 make opt" if that is what you want... One more thing: are you sure you have LATEST gnugk? In 2.0.5 LDAP support is off by default... Try to do "make clean" or "rm -rf ./obj_*" to get rid of -lldap and freinds before you compile... ;)ppp ...if it is not a pwlib configure staff involved... any way do "make clean" first. -- Best regards, Andrey S Pankov. В сообщении от Вторник 01 Июль 2003 22:03 Richard Grosse написал: > Greetings, > > I am trying to compile the latest gnugk on SUSE 8.1. I have made sure I > downloaded > and compiled the latest pwlib(1.5) and openh323(1.12) however only getting > this far > before the system is giving up. The complete output is below. > > > apple:/home/richard/telephone/openh323gk # NO_MYSQL=1 NO_RADAUTH=1 make opt > > g++ -o obj_linux_x86_r/gnugk -s -L/usr/lib/pwlib/lib > -L/usr/lib/openh323/lib ./obj_linux_x86_r/gk.o > ./obj_linux_x86_r/gkauth.o ./obj_linux_x86_r/gkDestAnalysis.o > ./obj_linux_x86_r/RasSrv.o ./obj_linux_x86_r/RasTbl.o > ./obj_linux_x86_r/GkClient.o ./obj_linux_x86_r/MulticastGRQ.o > ./obj_linux_x86_r/BroadcastListen.o ./obj_linux_x86_r/SoftPBX.o > ./obj_linux_x86_r/Toolkit.o ./obj_linux_x86_r/h323util.o > ./obj_linux_x86_r/GkStatus.o ./obj_linux_x86_r/yasocket.o > ./obj_linux_x86_r/thread.o ./obj_linux_x86_r/ProxyThread.o > ./obj_linux_x86_r/ProxyChannel.o ./obj_linux_x86_r/singleton.o > ./obj_linux_x86_r/main.o ./obj_linux_x86_r/radproto.o > ./obj_linux_x86_r/radauth.o ./obj_linux_x86_r/WaitingARQ.o > -lh323_linux_x86_r -lpt_linux_x86_r -lssl -lcrypto -llber -lldap -lldap_r > -lexpat -lpthread -lresolv -ldl > ./obj_linux_x86_r/gk.o(.gnu.linkonce.d._ZTV10PBaseArrayIcE+0x58): undefined > reference to `PAbstractArray::GetNumberValueAt(int) const' > collect2: ld returned 1 exit status > make: *** [obj_linux_x86_r/gnugk] Error 1 > > apple:/home/richard/telephone/openh323gk # > > Unfortunately I cannot use the pre-compiled binary as it runs on another > GCC3.2. Any help appreciated so solve this: > > Richard > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 > _______________________________________________ > List: Openh323gk-users@lists.sourceforge.net > Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 > Homepage: http://www.gnugk.org/ ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ List: Openh323gk-users@lists.sourceforge.net Archive: http://sourceforge.net/mailarchive/forum.php?forum_id┘49 Homepage: http://www.gnugk.org/