bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug report


From: Bruno Haible
Subject: Re: Bug report
Date: Wed, 18 Sep 2002 22:15:08 +0200 (CEST)

Julien Chiron writes:

> While trying to compile gtypist  2.6.2 on OSX (10.2), I got an error on 
> linking:
> 
> gcc  -g -O2   -o gtypist  gtypist.o getopt.o getopt1.o
> ./intl/libintl.a -lncurses -lcurses
> ld: Undefined symbols:
> __USER_LABEL_PREFIX__libintl_bindtextdomain

Thanks for the report.
Please use this patch together with --with-included-gettext.

*** intl/libgnuintl.h   23 Jul 2002 12:33:14 -0000      1.10
--- intl/libgnuintl.h   18 Sep 2002 19:35:25 -0000
***************
*** 93,99 ****
     If he doesn't, we choose the method.  A third possible method is
     _INTL_REDIRECT_ASM, supported only by GCC.  */
  #if !(defined _INTL_REDIRECT_INLINE || defined _INTL_REDIRECT_MACROS)
! # if __GNUC__ >= 2 && (defined __STDC__ || defined __cplusplus)
  #  define _INTL_REDIRECT_ASM
  # else
  #  ifdef __cplusplus
--- 93,99 ----
     If he doesn't, we choose the method.  A third possible method is
     _INTL_REDIRECT_ASM, supported only by GCC.  */
  #if !(defined _INTL_REDIRECT_INLINE || defined _INTL_REDIRECT_MACROS)
! # if __GNUC__ >= 2 && !defined __APPLE_CC__ && (defined __STDC__ || defined 
__cplusplus)
  #  define _INTL_REDIRECT_ASM
  # else
  #  ifdef __cplusplus





reply via email to

[Prev in Thread] Current Thread [Next in Thread]