This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: libgcc_s.so.1 exception handling behaviour depending on glibc version
- From: "Dave Korn" <dave dot korn at artimi dot com>
- To: "'Jonathan Wilson'" <jonwil at tpgi dot com dot au>,"'Jonathan Wakely'" <cow at compsoc dot man dot ac dot uk>
- Cc: "'Mike Hearn'" <mike at navi dot cx>,<gcc at gcc dot gnu dot org>
- Date: Fri, 20 May 2005 19:24:07 +0100
- Subject: RE: libgcc_s.so.1 exception handling behaviour depending on glibc version
----Original Message----
>From: Jonathan Wilson
>Sent: 20 May 2005 00:07
> On windows, it is possible to build a binary using a compiler on Windows
> XP that can then run on older versions of windows simply by not using any
> features specific to the newest versions of windows XP (or by using
> LoadLibrary and GetProcAddress to see if those features are available or
> not). Can you do the same thing on linux?
Absolutely so, no problem: the equivalent functions are provided by the
runtime dynamic linker (ld.so):
http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html
http://www.opengroup.org/onlinepubs/009695399/functions/dlsym.html
cheers,
DaveK
--
Can't think of a witty .sigline today....