This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Win32 error 127 with dlsym & dlopen


On Fri, Mar 16, 2001 at 11:10:31AM +0200, Frans Rossouw wrote:
>Hey all
>
>OK, you are probably all sick of me by now but here goes anyways :)
>
>a) i) Does anyone know if dlopen has been modified to cater for:
>
>      handle = dlopen (NULL, RTLD_LAZY);
>                        ^^
>      at this stage, the only way to stop the dlopen 
>      from generating a error 127 is to give an absolute path to the .exe??
>
>   ii)When I try to use a dlsym after the dlopen I also get the error 127? 
>	Does anyone know how I can get by this?
>	fPtr = (int (*)(int)) dlsym (handle, buf);
>
>b) Does anyone have a patched version somewhere?
>c) Can you guys help me patch it myself?

Try a snapshot:  http://cygwin.com/ , look for "Snapshots".

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]