[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mklibs, lib_pics ???



Ben Collins wrote:
> 
> On Thu, Apr 26, 2001 at 05:43:17PM +0200, Romain BEAUGRAND wrote:
> >
> > I'm using the one from the CVS, but I don't think the problem comes from
> > mklibs, I think it's comming from some functionnalities not included in
> > the small lib resulting from mklibs and defined by lib*_pic (I think).
> >
> > Tell me if I'm wrong, but I think functionnalities of libs used or
> > unused are defined in the lib*pic.a file and that a functionnality
> > needed by ntpdate has been excluded.
> > I'd like to know how to resolv it (probably by building my own lib_pic).
> 
> objdump --dynamic-syms /usr/lib/libc_pic/* | grep <sym>
> 
> If it's there, then it's a problem in mklibs
> 
> --
>  -----------=======-=-======-=========-----------=====------------=-=------
> /  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
> `  bcollins@debian.org  --  bcollins@openldap.org  --  bcollins@linux.com  '
>  `---=========------=======-------------=-=-----=-===-======-------=--=---'
> 
> --
> To UNSUBSCRIBE, email to debian-boot-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

Here is the answer I get :

~# objdump --dynamic-syms /usr/lib/libc_pic/*

/usr/lib/libc_pic/sofini.o:     file format elf32-i386

objdump: /usr/lib/libc_pic/sofini.o: not a dynamic object

/usr/lib/libc_pic/soinit.o:     file format elf32-i386

objdump: /usr/lib/libc_pic/soinit.o: not a dynamic object



I also tried :

~# objdump --dynamic-syms /usr/lib/libc_pic.a | grep strverscmp

strverscmp.os:     file format elf32-i386




I guess you can conclude something from this .....  I can't :]



Reply to: