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 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 Stanley Gambarin writes: > Greetings: > > a test case: > #include > #include > 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