Re: Creeping disapearances.

Dale Scheetz (dwarf@polaris.net)
Mon, 22 Apr 1996 09:48:40 -0500 (EST)


On -1 xxx -1, it was written:

>
> Mime-Version: 1.0
> Content-Type: text/plain; charset=us-ascii
> Date: Mon, 22 Apr 1996 09:59:42 -0400
> From: Buddha Buck <phaedrus@dreamscape.com>
>
> > On Mon, 22 Apr 1996, Ulrich Windl wrote:
> >
> > > Sorry for this off-topic, but can statically linked executables be
> > > distinguished from dynamically lined one in ELF? If so, why doesn't
> > > "file" do it?
> > >
> > Because ldd does?
>
> So how could I do
>
> file /usr/local/bin/* | grep "static" # Finds statically linked local
> binaries
>
> using ldd?
>
ldd /usr/local/bin/* 2>&1 | grep -B 1 "statically"

Luck,

Dwarf

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

aka Dale Scheetz Phone: 1 (904) 877-0257
Flexible Software Fax: NONE
Black Creek Critters e-mail: dwarf@polaris.net

------------ If you don't see what you want, just ask --------------