Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Message-ID: <3DEFAE85.4030306@ece.gatech.edu> Date: Thu, 05 Dec 2002 14:52:37 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Buehler , cygwin@cygwin.com Subject: Re: strange location of gettext.h References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Joe Buehler wrote: > The gettext.h header file is under /usr/share/gettext, along with > some other headers in the same package. Is there some reason > that the header cannot be put under /usr/include? Configure > scripts will not find it where it currently is. They should not be looking for it. The correct include file for gettext internationalization is "libintl.h". gettext.h is an internal header file; it ships with the gettext-devel package in /usr/share/gettext/intl as part of the source code archive needed for proper 'gettextize' operation. --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/