Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!tut.cis.ohio-state.edu!ucbvax!ANDREW.CMU.EDU!gk5g+ From: gk5g+@ANDREW.CMU.EDU (Gary Keim) Newsgroups: comp.soft-sys.andrew Subject: Re: Documentation, ATK on sparc Message-ID: Date: 20 Jan 91 00:46:06 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 15 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