This is the mail archive of the
libc-help@sourceware.org
mailing list for the glibc project.
Glibc 2.10.1 on ARM board
- From: istvanr <istvanr at imprezzio dot com>
- To: libc-help at sourceware dot org
- Date: Fri, 20 Nov 2009 14:21:52 +0200
- Subject: Glibc 2.10.1 on ARM board
Hello,
I would like to update my glibc to get the nslookup working in busybox.
I am using Lenny eabi as full distribution on a TS-7800 board. I found
the solution I need to recompile the glibc with static nss. But after a
half of hour of compilation it fails with the error:
isoc99_scanf.c: In function __isoc99_scanf:
isoc99_scanf.c:33: error: _IO_acquire_lock_needs_exceptions_enabled undeclared first use in this function
I am compiling glibc on the board using the config settings:
../glibc-2.9/configure --enable-static-nss --enable-add-ons=nptl,../glibc-2.9/glibc-ports-2.9
--prefix=/usr --without-fp --disable-profile --with-tls --with-__thread --without-cvs
--without-gd --disable-debug
Thanks,
Istvan