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 Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3C5303DD.5040402@ece.gatech.edu> Date: Sat, 26 Jan 2002 14:30:37 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: "Jari Aalto+mail.linux" CC: cygwin AT cygwin DOT com Subject: Re: Suggestion: Add to FAQ - cygint.dll not found error References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Jari Aalto+mail.linux wrote: > Having run into the touble myself and skimming the list for answers, > the only one that really soved the problem was Charles's: > > http://sources.redhat.com/ml/cygwin/2002-01/msg01406.html > > *RE* install libintl and libintl1 packages. Ensure that /usr/bin is in > your PATH. > > > Would the FAQ maintainer kindly add this to FAQ, it seems to be a frequest > question in the archive. Actually, the real answer is more general -- the following could replace the current "My application cannot locate cygncurses5.dll!!" question and a lot more: "My application cannot locate a cyg*.dll! Keywords for searching: cygncurses5.dll, cygintl.dll, You need to reinstall the package that contains the DLL. First, go to http://www.cygwin.com/packages/ and search for your DLL by its full name: for instance, `cygncurses5.dll' and not `cygncurses' or `ncurses'. You may find that multiple packages contain the desired DLL -- for instance, both `gettext-0.10.38-2' and `libintl-0.10.38-3' contain cygintl.dll. You want the newest one. How can you tell which one is the newest? #1) Always prefer 'lib' to ''. In the preceeding example, then, we'd prefer `libintl-0.10.38-3' to `gettext-0.10.38-2' #2) If THAT doesn't narrow it down enough for you, then use the version numbers...higher versions are newer. Once you have determined that you need to reinstall a given package, use setup.exe to do so." --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/