Radius 2.0.0-pre Making all in main compilation error

2007-04-18 Thread tzieleniewski
Hi, 

I have just downloaded the CVS trunk sources.
When I compile them I get the following errors:
Please point me what do I miss.


Making all in main...
make[4]: Entering the directory `/home/radius/src/radiusd/src/main'
/home/radius/src/radiusd/libtool --mode=link gcc -export-dynamic -dlopen self \
 -pie  -o radiusd acct.lo auth.lo client.lo conffile.lo 
crypt.lo exec.lo files.lo listen.lo log.lo mainconfig.lo modules.lo modcall.lo 
radiusd.lo radius_snmp.lo session.lo smux.lo threads.lo util.lo valuepair.lo 
version.lo xlat.lo event.lo realms.lo  \
 ../lib/libradius.la -lnsl -lresolv  -lpthread -lsnmp \
-lcrypt  -lltdl -lcrypto -lssl -lcrypto
rm -f .libs/radiusd.nm .libs/radiusd.nmS .libs/radiusd.nmT
creating .libs/radiusdS.c
(cd .libs  gcc  -g -O2 -c -fno-builtin radiusdS.c)
rm -f .libs/radiusdS.c .libs/radiusd.nm .libs/radiusd.nmS .libs/radiusd.nmT
gcc .libs/radiusdS.o -pie -o .libs/radiusd .libs/acct.o .libs/auth.o 
.libs/client.o .libs/conffile.o .libs/crypt.o .libs/exec.o .libs/files.o 
.libs/listen.o .libs/log.o .libs/mainconfig.o .libs/modules.o .libs/modcall.o 
.libs/radiusd.o .libs/radius_snmp.o .libs/session.o .libs/smux.o 
.libs/threads.o .libs/util.o .libs/valuepair.o .libs/version.o .libs/xlat.o 
.libs/event.o .libs/realms.o -Wl,--export-dynamic  ../lib/.libs/libradius.so 
-lnsl -lresolv -lpthread /usr/lib/libsnmp.so -lcrypt /usr/lib/libltdl.so -ldl 
-lssl -lcrypto  -Wl,--rpath -Wl,/home/radius/freeradius/lib
collect2: ld returned 1 exit status
make[4]: *** [radiusd] Błąd 1
make[4]: Leaving the directory `/home/radius/src/radiusd/src/main'
make[3]: *** [common] Błąd 2
make[3]: Leaving the directory `/home/radius/src/radiusd/src'
make[2]: *** [all] Błąd 2
make[2]: Leaving the directory `/home/radius/src/radiusd/src'
make[1]: *** [common] Błąd 2
make[1]: Leaving the directory `/home/radius/src/radiusd'
make: *** [all] Błąd 2

Thanks in advance
Cheers
Tomasz

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Radius 2.0.0-pre Making all in main compilation error

2007-04-18 Thread Alan DeKok
tzieleniewski wrote:
 I have just downloaded the CVS trunk sources.
 When I compile them I get the following errors:
 Please point me what do I miss.

  I'm in the middle of re-writing portions of the code.  It may not
build from time to time.

...
 collect2: ld returned 1 exit status

  And there's no other information about what's missing, which makes it
difficult to solve the problem.

  Alan DeKok.
--
  http://deployingradius.com   - The web site of the book
  http://deployingradius.com/blog/ - The blog
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html