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

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

Re: Bug report


From: Julien Chiron
Subject: Re: Bug report
Date: Sat, 28 Sep 2002 15:09:09 +0200

Hi,

Sorry for being late to answer ;)
I used this patch successfully.
Everything works well.
Thanks

Le mercredi, 18 sep 2002, à 22:15 Europe/Paris, Bruno Haible a écrit :

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

Julien Chiron
Laboratoire de Valorisation de la Chimie Fine
Service 552
Faculté des Sciences de Saint Jérôme
13397 Marseille CEDEX 20
FRANCE
Tel:   33 (0)4 91 28 81 92
Fax : 33 (0)4 91 28 83 23





reply via email to

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