Subject: Re: ldd output
To: Paul Kranenburg <pk@cs.few.eur.nl>
From: None <Mark_Weaver@brown.edu>
List: current-users
Date: 11/24/1993 19:16:46
> > Is there a special reason why 
> > ldd /usr/bin/sharedbinary | cat
> > doesn't produce the same output as:
> > ldd /usr/bin/sharedbinary ?
> > Cheers
> 
> I get:
> 
> cesium% ldd /usr/bin/make
> /usr/bin/make:
>         -lgcc.1 => /usr/lib/libgcc.so.1.0 (0x2025000)
>         -lc.2 => /usr/lib/libc.so.2.1 (0x2029000)
> cesium% !! | cat
> ldd /usr/bin/make | cat
>         -lgcc.1 => /usr/lib/libgcc.so.1.0 (0x2025000)
>         -lc.2 => /usr/lib/libc.so.2.1 (0x2029000)
> /usr/bin/make:

Well, I get:

mhw ~ % ldd /usr/bin/tar
/usr/bin/tar:
        -lgnumalloc.0 => /usr/lib/libgnumalloc.so.0.0 (0x202b000)
        -lc.1 => /usr/lib/libc.so.1.1 (0x202f000)
mhw ~ % ldd /usr/bin/tar | cat
/usr/bin/tar:
mhw ~ % 

This is with NetBSD-current 16-Nov-1993.

	Mark
--------------------------------------------------------------------
Email: Mark_Weaver@brown.edu           | Brown University
PGP Key: finger mhw@cs.brown.edu       | Dept of Computer Science

------------------------------------------------------------------------------