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

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

Re: build problem on old Linux libc5


From: Alain Guibert
Subject: Re: build problem on old Linux libc5
Date: Thu, 11 Sep 2003 10:59:27 +0200 (CEST)
User-agent: Mutt/1.4i

 On Wednesday, September 10, 2003 at 4:29:27 PM +0200, Bruno Haible wrote:

> Alain Guibert wrote:
>
>> On my old Linux box (Intel Debian bo: kernel 2.0.39, gcc 2.7.2.1,
>> libc 5.4.33, libiconv 1.9.1, i586-pc-linux-gnulibc1) trying to build
>> gettext 0.12.1, make fails:
>>| ../intl/.libs/libintl.so: undefined reference to `getline'
>
> The same patch should apply here also.

It works, much thanks: I was able to build and install gettext, and pass
all tests of "make check". Then rebuild libiconv and see iconv localized
using libintl.so.2 (thru ldd). Next tried to build some other apps: Slrn
both 0.9.7.4 and 0.9.8.0 full success (this last release dropped
integrated gettext).

Now tried a serious app: linux_logo 4.07 failed:

| /tmp/linux_logo-4.07>$ make
| [...]
| gcc -O2 -Wall -I./libsysinfo-0.0.7 -o linux_logo linux_logo.o vmw_string.o 
./libsysinfo-0.0.7/libsysinfo.a -L./libsysinfo-0.0.7
| linux_logo.o: In function `ordinal':
| linux_logo.o(.text+0xf8): undefined reference to `libintl_gettext'
| linux_logo.o: In function `print_sysinfo':
| linux_logo.o(.text+0x145f): undefined reference to `libintl_gettext'
| linux_logo.o(.text+0x1476): undefined reference to `libintl_gettext'
| linux_logo.o: In function `main':
| linux_logo.o(.text+0x19d8): undefined reference to `libintl_textdomain'
| linux_logo.o(.text+0x19e7): undefined reference to `libintl_bindtextdomain'
| linux_logo.o(.text+0x25d4): undefined reference to `libintl_gettext'
| make: *** [linux_logo] Error 1

Another problem with Mutt 1.4 with many patches:

| /tmp/mutt-1.4>$ make
| cd . && aclocal -I m4
| aclocal: /usr/local/share/aclocal/lib-prefix.m4: 16: duplicated macro 
`AC_LIB_ARG_WITH'
| make: *** [aclocal.m4] Error 1

Note this same Mutt patchset was building fine before gettext 0.12.1
install, even localized with the integrated gettext. Note also Mutt 1.4
nude without patches builds OK, make not doing the aclocal stuff.


Alain.




reply via email to

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