Question about 'make install-lib' and $SYSINCLUDES
Thomas Schwinge
schwinge-list-gnu-glibc-alpha@nic-nac-project.de
Sat Aug 13 15:27:00 GMT 2005
Hi!
What's the rationale behind 'make install-lib' installing all libraries,
but not /lib/libc*?
Could something like
<URL:http://www.kegel.com/crosstool/crosstool-0.38/patches/glibc-2.3.5/make-install-lib-all.patch>
get applied to HEAD and glibc-2_3-branch?
sysdeps/unix/sysv/linux/configure adds $SYSINCLUDES to $CPPFLAGS before
checking the kernel's header files.
$SYSINCLUDES contains e.g. the directories specified through configure's
--with-headers option.
This is currently not done in sysdeps/mach/configure and
sysdeps/mach/hurd/configure and thus configuring glibc will fail if
these paths aren't already in $CPPFLAGS or in the compiler's standard
search path.
Shall I send a patch to fix that?
Regards,
Thomas
P.S. nis/nis_xdr.c needs a s%bool%bool_t% at the beginning of
_xdr_nis_result().
More information about the Libc-alpha
mailing list