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


On 9 Sep 1998 15:35:03 +0200, Andreas Jaeger wrote:
>
>Hi,
>
>by default glibc is installed in /usr/local.  This causes problems
>with e.g. #include_next <limits.h> since /usr/local/include is special
>for gcc.
[...]
>What do you think?  Should we act or just ignore it?

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.

zw


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