File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Engineering
»
Linux / UNIX
Author
How to find out what are in .so lib file on linux?
Roseanne Zhang
Ranch Hand
Joined: Nov 14, 2000
Posts: 1953
posted
Jun 01, 2006 16:49:00
0
I tried "ar t libABC.so" which does not work. It works on cygwin for .a files.
What else command can I use?
Thanks a lot!
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24081
15
I like...
posted
Jun 01, 2006 21:45:00
0
ar t works on Linux too -- for *.a files.
For .so files, you can use nm. Just "nm foo.so" will list all the symbols.
[Jess in Action]
[AskingGoodQuestions]
Roseanne Zhang
Ranch Hand
Joined: Nov 14, 2000
Posts: 1953
posted
Jun 03, 2006 18:55:00
0
Thanks EFH
I tried it, and it gave me many symbols I am not quite sure what is what...
Does that mean there are no .o files inside .so any more?
Thanks!
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24081
15
I like...
posted
Jun 05, 2006 21:28:00
0
No, I don't believe there are.
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: How to find out what are in .so lib file on linux?
Similar Threads
Complex DAO
Servlet Response
3.0M5
ICQ Number
what is that?
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter