delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
Message-Id: | <199903010442.WAA12150@modi.xraylith.wisc.edu> |
X-Authentication-Warning: | modi.xraylith.wisc.edu: localhost.xraylith.wisc.edu [127.0.0.1] didn't use HELO protocol |
To: | Stanley Gambarin <stanley AT advancel DOT com> |
cc: | cygwin AT sourceware DOT cygnus DOT com |
Subject: | Re: B20: dlopen() of multiple libraries emits a warning message |
In-reply-to: | Your message of "Sun, 28 Feb 1999 12:58:35 PST." |
<36D9ADFB DOT D0974693 AT advancel DOT com> | |
Date: | Sun, 28 Feb 1999 22:42:06 -0600 |
From: | Mumit Khan <khan AT xraylith DOT wisc DOT EDU> |
Stanley Gambarin <stanley AT advancel DOT 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 AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |