is LD_PRELOAD available in cygwin?

2007-07-31 Thread Günther Jedenastik
[EMAIL PROTECTED] using google i found only a few post's about LD_PRELOAD in cygwin concerning patches. Now i'm not sure if the linux-like LD_PRELOAD feature is available in cygwin. What i try to do: using g++ to compile a dll which overload's the open(); glibc system call. Using preload i wa

Re: is LD_PRELOAD available in cygwin?

2007-08-03 Thread Günther Jedenastik
Christopher Faylor schrieb: On Wed, Aug 01, 2007 at 08:23:15AM -0700, Brian Dessent wrote: G?nther Jedenastik wrote: using g++ to compile a dll which overload's the open(); glibc system call. Using preload i want to load my own dll with my open(); function. using dlsym(); i try to loa