On Sat, Apr 03, 2010 at 02:39:53PM +0000, Natanael Copa wrote: >building mysql with uclibc-pthread fails with: > >checking "getconf GNU_LIBPTHREAD_VERSION"... ./configure: line 25331: >getconf: command not found >"unknown" >checking "LinuxThreads in header file comment"... "Not found" >configure: error: This is a Linux system without a working getconf, >and Linuxthreads was not found. Please install it (or a new glibc) and >try again. > >Looks like it tries getconf to detect nptl version and if it fails it >tries to fall back to linuxthreads (which worked in uclibc-0.9.30.x). > >I dont know if there are more of those configure scripts out there, >but it seem slike the getconf utility is specified in posix. > >at some point we might want make a getconf utility for uclibc. I >suppose a tool like that could be hosted outside uclibc in a separate >project too.
e1b4229b5a245fd1d7f1e97f71fec0e7897729c3 Patches to make confstr useful are welcome. _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
