[Alsaplayer-devel]No GUI for alsaplayer
Andy Lo A Foe
andy@alsaplayer.org
Sat, 15 Jun 2002 13:21:31 +0200
On Fri, Jun 14, 2002 at 12:01:13PM +0900, Patrick Shirkey wrote:
> I have no idea how to check what a binary links against. Can you give me
> a hint?
$ ldd `which alsaplayer`
This should give you something like:
libpthread.so.0 => /lib/libpthread.so.0 (0x40022000)
libdl.so.2 => /lib/libdl.so.2 (0x40036000)
libstdc++-libc6.2-2.so.3 => /usr/lib/libstdc++-libc6.2-2.so.3 (0x4003a000)
libm.so.6 => /lib/libm.so.6 (0x40083000)
libc.so.6 => /lib/libc.so.6 (0x400a4000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Analysis shows that this is libstdc++2.10-glibc2.2
What distro are you using?
Andy