Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <421F43E9.8D16D631@dessent.net> Date: Fri, 25 Feb 2005 07:27:37 -0800 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: libperl.dll References: <3058f9b405022501255f17b3fc AT mail DOT gmail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Ariel Burbaickij wrote: > xchat in binary form as provided by cygnome requires libperl.dll in > some particular > version (5.6.1) in my case. File is not available in my installation > and the version > of perl used is considerably higher 5.8. So well the simple symlink > from libperl.5.8.1.dll.a > work or is the required version the only thing that will be accepted. > If yes, is anyone > aware of any trustworthy places where I can get it? As far as I know cygnome is an independent project that is seperate from the main Cygwin project, so you should be asking on their mailing list about packages that you get from them. Indeed the naming of the perl dll has changed recently. I think the reasoning was so that minor version updates (e.g. x in 5.8.x) could happen without needing to install perl in a seperate directory for each version. Or something like that. Anyway, I doubt a symlink will work because windows itself loads the DLLs (unless the app uses dlopen()) and windows does not understand Cygwin symlinks. The easiest solution is just to get the source of the xchat package and recompile. The source should be available at whatever place you got the binary from, and should include all necessary patches to build under Cygwin. But again, this list only supports official cygwin packages which xchat is not, so really you should redirect your question to the mailing list/forum/newsgroup/whatever of the cygnome project. Brian -- 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/