Hi,

In http://downloads.digium.com/pub/asterisk/releases/asterisk-1.4.22.tar.gz,
you can read db_dump185 among main/astdb/Makefile targets, though this
target is commented out from all target :
...
LIBDBSO=libdb.so.$(SOVER)
PROG=    db_dump185
...
SHOBJS=    $(patsubst %.o,%.os,$(OBJS))

include $(ASTTOPDIR)/Makefile.rules

all: $(LIBDB) #$(LIBDBSO) $(PROG)

db_dump185.o: db_dump185.c
    $(CL) -o $@ $<


If you run "make ASTTOPDIR=/usr/src/bristuff .../asterisk db_dump185", it
replies db_dump185.c is missing.

Is using this makefile the way to build db_dump185 ?
If negative, which is the way to get a running db_dump185 ?
If positive, where should db_dump185.c come from ?

Regards
_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to