This is the mail archive of the gcc@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]

Shared libraries


Hi!

I'm wondering if it's possible to build a shared library with GCC.
What I mean with shared library is that I build a library that somehow can dynamically be called over an ethernet cable.


For example. I build my program and run it in one computer, when it needs a specific library, it dynamically loads it, calling it from another computer connected with an Ethernet cable.

Maybe theres an option to specify IP address to the dynamically linked library.

Hope you understand what I want to do.

Thanks!

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/



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