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 Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <005801c34df4$791abbe0$9d64883e@starfruit> From: "Max Bowsher" To: "Searle Mr JR" , References: <55360F67A4EAD611B38F00B0D0D1AC6B1BAA41 AT uxstaff DOT staff DOT rmcs DOT cranfield DOT ac DOT uk> Subject: Re: _GETTEXT undefined problem Date: Sat, 19 Jul 2003 13:51:27 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Searle Mr JR wrote: > /usr/bin/gcc -L/home/otb/OTB_Intnl_ABCA/lib -L/usr/X11R6/lib bmap_to_lmap.o > -o bmap_to_lmap > bmap_to_lmap.o(.text+0x186):bmap_to_lmap.c: undefined reference to > `_gettext' There is no -lintl on the gcc command line to tell it to look for a libintl.a This only worked on Linux because gettext is built into libc there. This is a bug in the applications configure/make arrangements. Tell the developers, they will probably fix it. Max. -- 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/