Date: Tue, 4 May 1999 14:19:15 -0400 (EDT) From: Thomas David Rivers <rivers@dignus.com> To: ben@scientia.demon.co.uk, cjclark@home.com, druid@eoe-magical.org, freebsd-questions@FreeBSD.ORG Subject: Re: gcc compiler Message-ID: <199905041819.OAA53638@lakes.dignus.com> In-Reply-To: <199905041418.KAA03408@cc942873-a.ewndsr1.nj.home.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Just F.Y.I. - the correct way to look for symbols in either an object file, or an ar archive is to use the nm command. I.e.: for i in *all of the objects & libraries* do echo ------ $i ------ nm $i | grep ltoa done will point out exactly which archives/objects have the offending reference. - Dave Rivers - 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?199905041819.OAA53638>