Gentoo Archives: gentoo-embedded

From: Natanael Copa <mlists@××××××.org>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] using gentoo-sources with uclibc
Date: Thu, 11 Aug 2005 13:52:01
Message-Id: 42FB57BA.2010103@tanael.org
1 I have problems with running "make oldconfig" and "make menuconfig" on the
2 linux-2.6.12-gentoo-r6 with uclibc.
3
4 I get this:
5 mail linux # make oldconfig
6 HOSTLD scripts/kconfig/conf
7 scripts/kconfig/conf.o(.text+0xa3): In function `check_stdin':
8 : undefined reference to `libintl_gettext'
9 scripts/kconfig/conf.o(.text+0xb7): In function `check_stdin':
10 : undefined reference to `libintl_gettext'
11 scripts/kconfig/conf.o(.text+0xcb): In function `check_stdin':
12 : undefined reference to `libintl_gettext'
13 scripts/kconfig/conf.o(.text+0xc85): In function `check_conf':
14 : undefined reference to `libintl_gettext'
15 scripts/kconfig/conf.o(.text+0xd79): In function `main':
16 : undefined reference to `libintl_gettext'
17 scripts/kconfig/conf.o(.text+0xe18): more undefined references to
18 `libintl_gettext' follow
19 collect2: ld returned 1 exit status
20 make[1]: *** [scripts/kconfig/conf] Error 1
21 make: *** [oldconfig] Error 2
22
23 However, if I emerge gettext, then I can workaround with this:
24
25 HOSTLOADLIBES_conf=-lintl make oldconfig
26 HOSTLOADLIBES_mconf=-lintl make menuconfig
27
28 Has anyone here experienced anything similar? Is this a bug in vanilla
29 2.6.12, a bug in gentoo patches or is this related to mys system here.
30 (its a fresh build from the x86 howto posted here earlier)
31
32 --
33 Natanael Copa
34 --
35 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] using gentoo-sources with uclibc Yuri Vasilevski <yuri@×××××××××××××.mx>