I've got all of Cygwin installed and cygcheck -p gives me: $ cygcheck -p libXm Found 11 matches for libXm. XFree86-lib-compat/XFree86-lib-compat-4.3.0-1 Cygwin/X 4.2.0 shared libraries XFree86-lib-compat/XFree86-lib-compat-4.3.0-2 Cygwin/X 4.2.0 shared libraries XmHTML/XmHTML-1.1.7-1 A widget capable of displaying HTML 3.2 conforming text XmHTML/XmHTML-1.1.7-2 A widget capable of displaying HTML 3.2 conforming text lesstif/lesstif-0.93.91-6 lesstif lesstif/lesstif-0.93.94-2 lesstif lesstif/lesstif-0.94.4-1 lesstif xorg-x11-devel/xorg-x11-devel-6.8.1.0-1 Cygwin/X headers and import libraries xorg-x11-devel/xorg-x11-devel-6.8.2.0-1 Cygwin/X headers and import libraries xorg-x11-devel/xorg-x11-devel-6.8.2.0-2 Cygwin/X headers and import libraries xorg-x11-devel/xorg-x11-devel-6.8.99.901-1 Cygwin/X headers and import libraries
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Korn Sent: Monday, December 31, 2007 5:39 AM To: cygwin@cygwin.com Subject: RE: libXm.so 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/ -- 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/