what are *.so filea in linux?

K

Krishna Sagiraju

I'm not sure if i can ask this question in this group, but i would do i
any way.

what are *.so files in linux? I gather they are some kind of
libraries, if they are, how would you refer to the function within them?

thanks in advance

Krishna
 
R

Robert Bachmann

Krishna said:
I'm not sure if i can ask this question in this group, but i would do i
any way.

what are *.so files in linux? I gather they are some kind of
libraries, if they are, how would you refer to the function within them?

thanks in advance

Krishna

*.so files are shared object files. Some kind of dynamic link library.
Try asking in comp.os.linux.development.apps.

Best regards,
Robert Bachmann
 
T

Thomas Matthews

Martin said:
Google for "dlfcn.h" (standard?) library.

Sorry, not a standard library. Doesn't exist for my
ARM embedded processor platform.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
http://www.sgi.com/tech/stl -- Standard Template Library
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,143
Messages
2,570,822
Members
47,368
Latest member
michaelsmithh

Latest Threads

Top