X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org From: "Dave Korn" To: References: <14555733 DOT post AT talk DOT nabble DOT com> Subject: RE: libXm.so Date: Mon, 31 Dec 2007 10:38:35 -0000 Message-ID: <07f301c84b99$4d13c580$2e08a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On 31 December 2007 10:30, Captain Webber wrote: > -----Original Message----- > > From: cygwin-owner On Behalf Of horacioemilio > > Sent: Monday, December 31, 2007 4:45 AM > > I need to install some application which on linux requires libXm.so. efore > > trying to install it I checked and there is no such thing on my cygwin > > installation. Should I install some other package or program to be able to > > use/have this file ? > Cygwin library have the .dll and .dll.a suffixes. > > Why did you not just search for the file your-self? > > /usr/X11R6/lib/libXm.dll.a > /usr/X11R6/lib/libXm.la Problem being that doesn't help if you don't already have it installed. http://cygwin.com/packages/ is the best place to search. If it's in the cygwin distro, that will tell you which package you need installed. http://cygwin.com/cgi-bin2/package-grep.cgi?grep=libXm.dll Looks like it's shipped with lesstif. You can also use the -p option to cygcheck to search from the shell: /artimi/software/firmware $ cygcheck -p libXm.dll Found 3 matches for libXm.dll. lesstif/lesstif-0.93.91-6 lesstif lesstif/lesstif-0.93.94-2 lesstif lesstif/lesstif-0.94.4-1 lesstif /artimi/software/firmware $ cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/