Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Shared libraries: How to share global variables?: msg#00001
|
Subject: |
Shared libraries: How to share global variables? |
Is it possible to share global variables such that all applications
which use shared libraries can see the changes made to the global
variables by the other applications.
I use gcc and compiled
gcc -shared -Wl,-soname,xyz.so.1 -o libsiso_dns.so.1.0 -lxyz2 abc.o
Regards,
Nagaraju
--
Fedora-tools-list mailing list
Fedora-tools-list@xxxxxxxxxx
http://www.redhat.com/mailman/listinfo/fedora-tools-list
|
| |