Hello all,

I'm having some difficulty building elfutils (required by gdb) and I think its relating to the fact that im using uclibc.

NOTE: package elfutils-0.148-r5: task do_compile: Started
ERROR: Function failed: do_compile (see /tmp/work/i586-poky-linux-uclibc/elfutils-0.148-r5/temp/log.do_compile.14653 for further information)
ERROR: Logfile of failure stored in: /tmp/work/i586-poky-linux-uclibc/elfutils-0.148-r5/temp/log.do_compile.14653
Log data follows:
| DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common', 'common-linux', 'common-uclibc', 'i586-linux-uclibc', 'common']
| NOTE: make -j 24 -C libelf
| make: Entering directory `/tmp/work/i586-poky-linux-uclibc/elfutils-0.148-r5/elfutils-0.148/libelf'
...
| elf_error.c:56:21: fatal error: libintl.h: No such file or directory
| compilation terminated.
| make: *** [elf_error.o] Error 1
| make: *** Waiting for unfinished jobs....
| make: Leaving directory `/tmp/work/i586-poky-linux-uclibc/elfutils-0.148-r5/elfutils-0.148/libelf'
| ERROR: oe_runmake failed
NOTE: package elfutils-0.148-r5: task do_compile: Failed
ERROR: Task 218 ([path]/poky/meta/recipes-devtools/elfutils/elfutils_0.148.bb, do_compile) failed with exit code '1'
The build works if I switch to eglibc. Can anyone help me figure out what might cause this?

Regards
John