On May 27, 3:19pm, Mike Shaver wrote:
> Subject: strace/truss equiv?
> OK, I'll bite.
> What's the strace/truss equivalent under IRIX?
>
> I'm trying to figure out why my "dynamically-linked" hello world
> binaries are 115K, and I can't tell where the heck the linker is
> finding the static libs.
>
> Mike
>
> --
> #> Mike Shaver (shaver@ingenia.com) Ingenia Communications Corporation
> #> Linux: because every cycle counts.
> #>
> #> "I don't know what you do for a living[...]" -- perry@piermont.com
> #> "I change the world." -- davem@caip.rutgers.edu
>-- End of excerpt from Mike Shaver
You can also do some interesting things with rld (see the man page)
which will cause it to print out the libraries it is loading as a
program is started.
--
Chris Carlson
+------------------------------------------------------+
| Also, carlson@sgi.com |
| Work: (714) 756-5976 SGI vmail: 678-4530 |
| FAX: (714) 833-9503 |
| |
| Trivia fact: an electroencephalogram shows that a |
| human brain and a bowl of quivering lime Jell-O have |
| the same waves. [Time Magazine, Mar 17, 1997] |
+------------------------------------------------------+
|