Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Command to List Contents of Shared Object (.so) Library
Is there a command to list the contents of a shared object library (.so) fil
e.
For an archive file the command is
ar t name.ar

What is the equivalent for .so files?

Thanks,
Peter.

Report this thread to moderator Post Follow-up to this message
Old Post
PeterOut
10-26-04 08:58 PM


Re: Command to List Contents of Shared Object (.so) Library
MajorSetback@excite.com (PeterOut) writes:

> Is there a command to list the contents of a shared object library (.so) f
ile.
> For an archive file the command is
> ar t name.ar
>
> What is the equivalent for .so files?

nm is probably the closest you'll get.

--
Måns Rullgård
mru@inprovide.com

Report this thread to moderator Post Follow-up to this message
Old Post
Måns Rullgård
10-26-04 08:58 PM


Re: Command to List Contents of Shared Object (.so) Library
MajorSetback@excite.com (PeterOut) writes:

> What is the equivalent for .so files?

There is no equivalent, because (unlike .a) a .so is "fully linked"
and can't be "unarchived".

You can think of .a as a bunch of magazine issues in a box --
you can extract 1, 2, or all of them separately.

When linked into .so, they are now "bound together" as a hard-cover
volume (such as you might find in a scientific library).

The closest to 'ar t libfoo.a' is 'ls libfoo.so'

Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.

Report this thread to moderator Post Follow-up to this message
Old Post
Paul Pluzhnikov
10-27-04 01:56 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Unix Programming archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 04:59 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.