This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Question about 'make install-lib' and $SYSINCLUDES


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().


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]