In article <1993Aug1.032441.20299@sifon.cc.mcgill.ca> whitney@christie.Meakins.McGill.CA writes: : Does Linux have any support dynamically linked modules : ( also known as DLL's in OS/2, Windows ) ? An appropriate followup question : What is the difference between a shared library and a dynamic linked library ? Dynamic-libraries support getting a pointer to a function by name. ie. foo() is a function in a library call MyLib. void (f*)() f = GetFunc("MyLib","_foo"); /* load library and get function */ (f*)(); /* call foo */ Can you do this with a shared library ? Not that *I* know of. Shared libraries don't have a directory. On the other hand, you *could* crack the .s file and create a pointer into the right place. Hmmm... but then I don't know how you'd get the library loaded. I'm not a kernel whiz, so take this with a grain of salt. -russ <nelson@crynwr.com> What canst *thou* say? Crynwr Software Crynwr Software sells packet driver support. 11 Grant St. 315-268-1925 Voice | LPF member - ask me about Potsdam, NY 13676 315-268-9201 FAX | the harm software patents do.
| David Miller | [GIT]: Networking |
| Fred . | Please add ZFS support (from GPL sources) |
| Greg KH | [patch 00/47] 2.6.25-stable review |
| Davide Libenzi | Re: [patch 7/8] fdmap v2 - implement sys_socket2 |
git: | |
| Jakub Narebski | [RFC] Git User's Survey 2008 |
| Lars Hjemli | [PATCH] git-merge: add option --no-ff |
| Johannes Schindelin | Re: [PATCH 3/4] Add a function for get the parents of a commit |
| Sebastian Schuberth | git on Cygwin: Not a valid object name HEAD |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| bofh | Re: Code signing in OpenBSD |
| Richard Stallman | Real men don't attack straw men |
| William Bloom | Re: site-to-site vpn 4.0 to cisco 3000 |
| Larry McVoy | Re: tcp bw in 2.6 |
| denys | NMI lockup, 2.6.26 release |
| Kok, Auke | Re: [E1000-devel] [PATCH 2/2] [e1000 VLAN] Disable vlan hw accel when promiscuous ... |
| David Miller | Re: 2.6.25-rc8: FTP transfer errors |
