Message-Id: <200109211452.KAA24788@delorie.com> 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 From: "Mark Paulus" To: "cygwin AT cygwin DOT com" Date: Fri, 21 Sep 2001 08:51:44 -0600 Reply-To: "Mark Paulus" X-Mailer: PMMail 2000 Professional (2.20.2350) For Windows 2000 (5.0.2195;2) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Can't load/execute soft-linked DLL??? Hi, I'm working on converting a linux app to cygwin. One of the things the build process does is create a .so that is named: library.so.major.minor.point, and then it creates a soft link of library.so.major.minor.point to library.so. I have changed around the LD build options to create a cygwin dll, and changed the makefile to build library.dll.major.minor.point (I used the same trick as is used to generate a $(EXE) in the makefile, except I call it $(SO). Anyway, the library.dll.major.minor.point seems to build ok, and then it creates a link to library.dll. However, when I try to run my app, it tells me that it can't find/load library.dll. However, when I do a copy of library.dll.m.m.p to library.dll, then the app can startup ok. Is this a known deficiency within cygwin, or something that needs to be examined??? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/