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

need help with strange dependency



In compiling mesa, I get the following dependency on the libc5 libraries:

bash$ ldd libMesaGL.so.2.4
        ./libMesaGL.so.2.4 => ./libMesaGL.so.2.4 (0x4000b000)
        libc.so.5 => /lib/libc.so.5 (0x400c4000)

Having a library depend on itself doesn't seem right. Anyone know
what is going on? The line below is used to create the lib:

/usr/${ARCH}-linuxlibc1/bin/gcc -shared -Wl,-soname,libMesaGL.so.2 \
  -o libMesaGL.so.2.4 ${objects} -lc

- Jay


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: