From owner-freebsd-questions Tue May 4 7:20: 6 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id 9B0BE15827 for ; Tue, 4 May 1999 07:20:02 -0700 (PDT) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.8.8) id KAA03408; Tue, 4 May 1999 10:18:13 -0400 (EDT) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199905041418.KAA03408@cc942873-a.ewndsr1.nj.home.com> Subject: Re: gcc compiler In-Reply-To: <372E9AA9.40E638EE@uk.radan.com> from Mark Ovens at "May 4, 99 07:58:50 am" To: marko@uk.radan.com (Mark Ovens) Date: Tue, 4 May 1999 10:18:13 -0400 (EDT) Cc: cjclark@home.com, druid@eoe-magical.org, ben@scientia.demon.co.uk, freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Ovens wrote, > "Crist J. Clark" wrote: > > > > Donald wrote, > > > no its a unix, and their is not actualy a call to an ltoa. > > > > There must be a call somewhere. Make sure you use the '-Wall' option > > on the gcc command line too. Go to every directory that has some of > > the code you are using and try, > > > > % grep ltoa * > > > > To see if you can find it (that could spam you out if there are > > binaries around). > > > > ``grep -a ltoa *'' should deal with the binaries. I was not clear. I think he _should_ search the binaries too. He might find the stray '_ltoa' in the .o file. Of course, a better way to do that would be to, % strings file.o | grep ltoa But I did not want to get to complicated. 'grep ltoa *' will do it all, even if not pretty. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message