This is the mail archive of the libc-hacker@sourceware.cygnus.com 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]

Re: Problems installing glibc in /usr/local


Zack Weinberg <zack@rabi.phys.columbia.edu> writes:

> I think we should override gcc's <limits.h> entirely.  This would be easy -
> just take out the #include_next and the #ifndef around the ANSI limits
> definitions.  We'd have to specialize those limits to each processor, but
> that should only require a bits/ansi_lim.h for wordsize-32 and wordsize-64.
> gcc's header already defers to the one we install.

This creates confusion because then the gcc version of limit.h is
still used.  I haven't yet looked at this problem but if possible it
should be fixed by fixing the problem and not duplicating the
information.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


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