X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <491F93D4.1060709@cwilson.fastmail.fm> Date: Sat, 15 Nov 2008 22:30:28 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: rxvt missing cygXpm-4.dll after updated to rxvt-20050409-8 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 WxH wrote: > I just updated rxvt to 20050409-8. However, > > $ rxvt > /usr/bin/rxvt.exe: error while loading shared libraries: cygXpm-4.dll: cannot > open shared object file: No such file or directory > > It seems that I will have to install X, which I have been trying to avoid. Any > ideas? It's a bug. There was apparently an issue in the build system with regards to locating the appropriate libraries. Now that the X libraries are in /usr/lib, they are searched by default EVEN IF you explicitly say -L/no/I/want/this/other/library -lXpm. I'm sorry I didn't notice this dependency before I shipped the update. For now, roll back to the -7 release; I'd build another update soon. This time I'm going to brute force the build system to link to the correct libraries. -- Chuck -- 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/