No. The tar file does NOT contain the binary. I just checked again.
Do something like that:
[0]% rm -rf dmascc_cfg
[0]% tar xfz dmascc_cfg-0.7.tar.gz
[0]% cd dmascc_cfg
[0]% ls -l
total 10
-rw-r--r-- 1 kudielka kudielka 149 Dec 3 1997 Makefile
drwxr-xr-x 2 kudielka kudielka 1024 Dec 3 1997 RCS
-rw-r--r-- 1 kudielka kudielka 1941 Dec 3 1997 README
-r--r--r-- 1 kudielka kudielka 5409 Dec 2 1997 dmascc_cfg.c
[0]% make
gcc -O -o dmascc_cfg dmascc_cfg.c
[0]%
> Running the make I see the gcc statement taking off but get some error
> messages:
> dmascc_cfg.c:265: unterminated character constant
> dmascc_cfg.c:266: unterminated character constant
> dmascc_cfg.c:267: unterminated character constant
> dmascc_cfg.c:268: unterminated character constant
> dmascc_cfg.c:271: could not find scc.h
> make: ***[dmascc_cfg] ERROR 1
> Going to lines 265-268 in the dmascc_cfg looked like echoed text
> statements about PI and PackeTwin card. The scc.h file does exit at a
> couple of locations.
You somehow managed to completely mess up the source file,
dmascc_cfg.c. It should only have 191 lines.
> Where did I mess up? I don't want to bother Mr. Kudielka any more than
> necessary and was hoping someone else has this configuration running and
> point me in the correct direction.
No problem ;)
-Klaus