Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!usc!ucsd!ucbvax!ANDREW.CMU.EDU!ajp+ From: ajp+@ANDREW.CMU.EDU (Andrew Palay) Newsgroups: comp.soft-sys.andrew Subject: Re: why libcx.a (was Problems installing ATK on DECstation 5000) Message-ID: Date: 28 Sep 90 13:16:51 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 7 The issue here is that crt0.o is linked into runapp and therefore should not appear in libcx.a at all. From what I can tell the code in the Imakefile explicitly puts in crt0.o into libcx.a, only so that it can pull it back out again. This should of course work (and I'm not sure why it isn't on a 5000) but seems rather redundant. Andy