From owner-freebsd-hackers Fri Mar 10 16:38:41 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 0212C37BE02; Fri, 10 Mar 2000 16:38:38 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) id RAA25801; Fri, 10 Mar 2000 17:10:21 -0800 (PST) Date: Fri, 10 Mar 2000 17:10:21 -0800 From: Alfred Perlstein To: Oscar Bonilla Cc: Kris Kennaway , freebsd-hackers@FreeBSD.ORG Subject: Re: inner workings of the C compiler Message-ID: <20000310171021.P14279@fw.wintelcom.net> References: <20000308163057.W14279@fw.wintelcom.net> <20000310164428.A89006@fisicc-ufm.edu> <20000310152737.J14279@fw.wintelcom.net> <20000310172706.A93660@fisicc-ufm.edu> <20000310163518.M14279@fw.wintelcom.net> <20000310183630.A94441@fisicc-ufm.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000310183630.A94441@fisicc-ufm.edu>; from obonilla@fisicc-ufm.edu on Fri, Mar 10, 2000 at 06:36:30PM -0600 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Oscar Bonilla [000310 17:08] wrote: > On Fri, Mar 10, 2000 at 04:35:18PM -0800, Alfred Perlstein wrote: > > It seems to be working just fine, I suspect that there's something wrong > > with your code and you're referencing a function that somehow is not > > being compiled into libc: > > > > ~ % nm /usr/lib/libc.a | grep nsdispatch > > ~ % > > > > is this a function you've added? Are you _sure_ it's being > > compiled into the libc you're making? > > yes, it *is* being compiled into my C library. If I compile a static > binary it works (aside from the bus error at the end and the double > calling of the first funtion of the first object file listed). since I'm assuming you're planning on open-sourcing this work anyhow, can you please put a tarball up on some www/ftp site, I'll take a look at it later tonight. thanks, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message