This is the mail archive of the libc-alpha@sources.redhat.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: glibc-2.1.91 build glitches (with patch)



Art Haas wrote:

> The configuration finds that I have `libgd' installed, so sets the
> `LIBGD' flag to `yes' in the makefile, and tries to build this
> program. The header files for this library, though, are in
> `/usr/include', so it looks like the `-nostdinc' flag prohibits the
> compiler from finding them.

The problem is in the top level configure; this was just missed in the
06-19 name change.  Here's a patch to configure.in:

--- configure.in.orig   Sat Jul  1 01:36:15 2000
+++ configure.in        Thu Jul  6 11:40:06 2000
@@ -61,7 +61,7 @@
 
 if test -n "$libgd_include"; then
   config_vars="$config_vars
-CFLAGS-memprofstat.c = $libgd_include"
+CFLAGS-memusagestat.c = $libgd_include"
 fi
 if test -n "$libgd_ldflags"; then
   config_vars="$config_vars

-- brad



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