glibc-2.1.91 build glitches (with patch)

Bradford W. Johnson bradford@math.umn.edu
Thu Jul 6 09:49:00 GMT 2000


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




More information about the Libc-alpha mailing list