This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Misc questions regarding shared objects


1. nm -D /usr/libncurses.
2. to call the function, you need to include the .h file


On 7/13/06, Eugene Work0 <ework0@gmail.com> wrote:
Hello,

I have the following questions about shared objects:

 1. How can I know what are the functions included in a shared library
(.so) without having/using the source code? For example,
libncurses.so.5.4

2. How can I call this functions inside my code ?

Thanks,

ework0



--
Yi Wang
Software Engineering, ComSci@U of T


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]