This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

Re: B20: dlopen() of multiple libraries emits a warning message



Stanley Gambarin <stanley@advancel.com> writes:
> Greetings:
> 
> a test case:
> #include <dlfcn.h>
> #include <stdlib.h>
> int main()
> {
>   void *h1, *h2;
> 
>   h1=dlopen("console.dll", RTLD_LAZY);
>   h2=dlopen("uart.dll", RTLD_LAZY);
>   dlclose(h2);
>   dlclose(h1);
> 
>   return(0);
> }
> 

Are these MSVC compiled DLLs? If so, I may know the problem. Also, are
you using b20 or b20.1?

Can you share the code?

Regards,
Mumit


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com