Depends like

General questions regarding the usage of CodeLite
valiyuneski
CodeLite Enthusiast
Posts: 40
Joined: Fri Jul 11, 2008 11:13 pm
Contact:

Depends like

Post by valiyuneski »

Hi Eran,

Is there a Depends like in linux so you can list all the exported symbols from a shared library ?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Depends like

Post by eranif »

Code: Select all

nm -e <shared library name>
Eran
Make sure you have read the HOW TO POST thread
Post Reply