X-Spam-Check-By: sourceware.org Date: Tue, 11 Apr 2006 14:21:08 -0700 (PDT) From: Michael McKerns To: cygwin@cygwin.com Subject: Re: 1.15.19 dlopen() dies with no dlerror() Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Scanned: at Caltech-ITS on water-dog by amavisd-2.3.3 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Yes, yes... I've not given you enough information... $ uname -a CYGWIN_NT-5.1 turro 1.5.19<0.150/4/2) 2006-01-20 13:38 i686 Cygwin Also the file I attached needs to inspect a .dll that is built with the procedure that I described in the first part of the message. So when you got "No such file or directory", it is because dlopen.c is looking for the .dll that is hardwired into the code. You'd need to replace it with a .dll that you built with the aforementioned syntax. I'm using the standard cygwin syntax for building dll's, but I'm useing the raw code that's inside dlltool. See: http://cygwin.com/cygwin-ug-net/dll.html http://cygwin.com/faq.html#faq.programming.dll-relocatable --- Mike McKerns California Institute of Technology -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/