From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 19 Oct 2004 22:25:58 -0400 From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] plan9ports won't compile: undefined ref to getcallerpc In-Reply-To: <20041019223533.GA28331@epaphras> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1430953d041019133570d3ef35@mail.gmail.com> <20041019223533.GA28331@epaphras> Topicbox-Message-UUID: f1397ee4-eacd-11e9-9e20-41e7f4b1d025 > I actually ran into this yesterday. It's gnu as. It > doesn't return an error status when it fails to open the > assembly source. Mkmk.sh:40 interprets this to mean that > the assembly source was there, and so it doesn't try to > build getcallerpc from the C source. Getcallerpc is > actually in the C source, so it doesn't get linked into > lib9.a. I'll swap the two around then, I guess - C first then as. Thanks for figuring this out. It must only break on some as's since it has worked fine on my system for a while. Russ