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 build failure


Art Haas <arthur.haas@waii.com> writes:

|> I downloaded the latest test release - this was the only failure
|> during the build.
|> 
|> gcc memusagestat.c -c -O2 -Wall -Winline -Wstrict-prototypes
|> -Wwrite-strings -I../include -I. -I/opt/build/glibc-build/malloc -I..
|> -I../libio -I/opt/build/glibc-build -I../sysdeps/i386/elf
|> -I../linuxthreads/sysdeps/unix/sysv/linux/i386
|> -I../linuxthreads/sysdeps/unix/sysv/linux
|> -I../linuxthreads/sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv
|> -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386
|> -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux
|> -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman
|> -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv
|> -I../sysdeps/unix/i386/i586 -I../sysdeps/unix/i386 -I../sysdeps/unix
|> -I../sysdeps/posix -I../sysdeps/i386/i586 -I../sysdeps/i386/i486
|> -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32
|> -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64
|> -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf
|> -I../sysdeps/generic -nostdinc -isystem
|> /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/include -isystem
|> /usr/src/linux/include -D_LIBC_REENTRANT -include
|> ../include/libc-symbols.h -o /opt/build/glibc-build/malloc/memusagestat.o
|> memusagestat.c:36:gd.h: No such file or directory
|> memusagestat.c:37:gdfontl.h: No such file or directory
|> memusagestat.c:38:gdfonts.h: No such file or directory
|> make[2]: ***[/opt/build/glibc-build/malloc/memusagestat.o] Error 1
|> make[2]: Leaving directory `/opt/build/glibc-2.1.92/malloc'
|> make[1]: *** [malloc/others] Error 2
|> make[1]: Leaving directory `/opt/build/glibc-2.1.92'
|> make: *** [all] Error 2

Add `--with-gd-include=/where/libgd/include/files/live' to the configure
command line.

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg

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