Hi Eran,
Is there a Depends like in linux so you can list all the exported symbols from a shared library ?
Depends like
-
- CodeLite Enthusiast
- Posts: 40
- Joined: Fri Jul 11, 2008 11:13 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Depends like
Code: Select all
nm -e <shared library name>
Make sure you have read the HOW TO POST thread