Re: Delay loaded shared objects

2009-12-01 Thread Robert Huo
On Tue, Dec 1, 2009 at 12:18 AM, Richard Henderson wrote: > On 11/30/2009 02:53 PM, Robert Huo wrote: >> >> Does gcc/g++ (on a typical Linux platform) supports delayed loaded >> shared objects similar to the /DELAYLOAD option of MSVC [1]? > > No. > > The glibc elf.h file defines (and thus presumab

Re: Delay loaded shared objects

2009-11-30 Thread Richard Henderson
On 11/30/2009 02:53 PM, Robert Huo wrote: Does gcc/g++ (on a typical Linux platform) supports delayed loaded shared objects similar to the /DELAYLOAD option of MSVC [1]? No. The glibc elf.h file defines (and thus presumably reserves) the DF_P1_LAZYLOAD interface used on Solaris, but does not

Delay loaded shared objects

2009-11-30 Thread Robert Huo
Hi All, I am not sure whether this is the right list. Please let me know if there is a more appropriate list for this question. Does gcc/g++ (on a typical Linux platform) supports delayed loaded shared objects similar to the /DELAYLOAD option of MSVC [1]? The Win32 delay load implementation hides