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/