rpcgen rdb.x
cc -c -o rdb.o -g -DDEBUG rdb.c 
cc -g -DDEBUG -c rdb_clnt.c
cc -g -DDEBUG -c rdb_xdr.c
cc -g -DDEBUG -o rdb rdb.o rdb_clnt.o rdb_xdr.o  
cc -c -o rdb_svc_proc.o -g -DDEBUG rdb_svc_proc.c
cc -g -DDEBUG -c rdb_svc.c
cc -g -DDEBUG -o rdb_svc rdb_svc_proc.o rdb_svc.o  rdb_xdr.o 
