Date: Tue, 04 May 1999 16:09:56 +0100 From: Mark Ovens <marko@uk.radan.com> To: cjclark@home.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: gcc compiler Message-ID: <372F0DC4.3EA32A6C@uk.radan.com> References: <199905041418.KAA03408@cc942873-a.ewndsr1.nj.home.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Crist J. Clark" wrote: > > 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, > Good point. Since Donald assures us that there is no such call in his source could it be that _ltoa() is an internal function in one of the libraries? > % 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 -- FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://www.users.globalnet.co.uk/~markov _______________________________________________________________ Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK CAD/CAM solutions for Sheetmetal Working Industry mailto:marko@uk.radan.com http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?372F0DC4.3EA32A6C>