does LD_PRELOAD work under cygwin?

2009-12-03 Thread basic
open(const char *s, int i, ...) { puts("test"); return 0; } Is there anything I'm doing wrong? Or is it just not supported? -- basic -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cy

Re: R: does LD_PRELOAD work under cygwin?

2009-12-04 Thread basic
On 12/04/2009 03:05 PM, Marco Atzeri wrote: > --- Ven 4/12/09, basic ha scritto: > >> Hi, >> Does LD_PRELOAD work under cygwin? I've tried the >> following without success: > > LDPRELOAD works with few peculiarites for multiple dll's > but this

Re: R: does LD_PRELOAD work under cygwin? (solved)

2009-12-04 Thread basic
On 12/04/2009 04:57 PM, basic wrote: > On 12/04/2009 03:05 PM, Marco Atzeri wrote: >> --- Ven 4/12/09, basic ha scritto: >> >>> Hi, >>> Does LD_PRELOAD work under cygwin? I've tried the >>> following without success: >> >> LDPRELOAD wo