-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I recently discovered (to my horror) that the RTLD_* options (in /usr/include/dlfcn.h) seem to just be dummy placeholders in cygwin, due to the utterly feeble shared library/dll model under windows.
The cygwin sources appear to have wrapped the dl{open,sym,close} calls around the windows equivalents (LoadLibrary, GetProcAddress, and FreeLibrary). Is there a way to simulate the dlopen(soname,RTLD_GLOBAL) call under windows? I really require this (or equivalent) functionality. Any help will be greatly appreciated... TIA Stephano Mariani -----BEGIN PGP SIGNATURE----- Version: PGP 7.1.1 Comment: Use PGP or GNUPG iQA/AwUBPFV5t2gk66Ms+o9zEQJvxQCg/Ql/NNN/F5ZYznI7Q2XQoGKWSXgAn1BM BVZoIS0HZ9Kx1woYdVspAXm7 =Rzpk -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/