Re: Link problem in v2.1.1

2008-10-12 Thread Alan DeKok
John Center wrote: I think it should be: radmin: radmin.lo $(LIBRADIUS) util.lo log.lo conffile.lo $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(LINK_MODE) -o $@ $^ $(LIBS) -lreadline -ltermcap are already in LIBS in Make.inc, so I don't think LIBREADLINE is needed here. OK. I've

Link problem in v2.1.1

2008-10-08 Thread John Center
Hi, I think I found a problem when compiling v2.1.1: gmake[4]: *** No rule to make target `-lreadline', needed by `radmin'. Stop. In src/main/Makefile: radmin: radmin.lo $(LIBREADLINE) $(LIBRADIUS) util.lo log.lo conffile.lo $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(LINK_MODE) -o $@

Re: Link problem in v2.1.1

2008-10-08 Thread Alan DeKok
John Center wrote: I think I found a problem when compiling v2.1.1: gmake[4]: *** No rule to make target `-lreadline', needed by `radmin'. Stop. Hmm... good point. In src/main/Makefile: radmin: radmin.lo $(LIBREADLINE) $(LIBRADIUS) util.lo log.lo conffile.lo $(LIBTOOL)