Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Tue, 10 Oct 2000 17:08:08 -0400 Message-Id: <200010102108.RAA12862@envy.delorie.com> From: DJ Delorie To: timr AT viaworks DOT com CC: cygwin AT sources DOT redhat DOT com In-reply-to: (message from Tim Reed on Tue, 10 Oct 2000 14:06:49 -0700 (PDT)) Subject: Re: dllwrap and excluded symbols References: > Using Taskinfo2000 and a debugger I've noticed that the dll just > doesn't load in the C runtime dlls in Win2k. Consequently, when that > dll makes a call to malloc I get a Memory Access Violation since the > symbol wasn't resolved to a valid address. Sounds like a bug. Do regular mingw programs work? > Would you recommend that I write an entry point that just calls > LoadLibrary on the needed dlls? No, the import tables are supposed to just work. > I realize you might not know the inner workings of mingw, but do you > know where I get this kind of info? www.mingw.org But, -mno-cygwin isn't quite the same as mingw - it uses the copy of the mingw runtime inside the cygwin package. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com