if test $# -eq 0
then
    echo Usage: bind other-pgms
else
echo  }} binding $@
cc $*.o /bb/run/bin/errchk.o /bb/run/bin/errxtbl.o /bb/run/bin/getval.o /bb/run/bin/cdbl.o /bb/run/bin/movs.o     mybberr.o gensubs.o  -o chk
echo  }} output = chk
fi
