This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: glibc-2.2 and libgd


Ralf Baechle <ralf@uni-koblenz.de> writes:

> These options are used due to the configure option --with-headers=/usr/
> src/linux-2.4/include.  Configure doesn't use the same options when searching
> for libgd so it finds the libraries in /usr/include or in <prefix>/<target>/
> include/ for crosscompilers.

I have no problems with completely disabling the memusagestate use of
sysinclude is given.

>   --with-headers=PATH     location of system headers to use
>                           [e.g. /usr/src/linux/include]
>                           [default=compiler default]
> 
> may be missunderstood.  The example seems to indicate that only kernel
> headers will be searched there.

This is the real intention since normally no other header must be
used.  We have meanwhile relaxed this a bit and have not removed the
-nostdinc.  This option is only a security measure in case not all
headers are found in the mentioned place.

I have no preferences which way to fix this.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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