[comp.soft-sys.andrew] Documentation, ATK on sparc

gk5g+@ANDREW.CMU.EDU (Gary Keim) (01/20/91)

The problem with console is that I made a small mistake with the
dynamic loading fixes that went out in patch009.  The problem is that
the function gethostbyname is in both runapp and libcx.a.
It should only be in one of those two.  You can get by the problem
thusly:
% cd /usr/andrew/lib
% ar d libcx.a gethostent.o
% cd andrew/atk/console; make Clean
% make dependInstall

Let me know if that fixes your problem with console.

Thanks,
Gary Keim
ATK Group