bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

iopopen.c compile error


From: John van der Ploeg
Subject: iopopen.c compile error
Date: Sun, 23 Sep 2001 15:15:50 +0200

Hi glibc-maintainers,

I'm compiling glibc-2.2.4 and get following build error.

I have gcc 2.95
GNU Make version 3.79.1
Kernel 2.4.9

Any idea what's wrong and how to fix??

    - John

gcc iopopen.c -c -O2 -Wall -Winline -Wstrict-prototypes -Wwrite-strings
-g      -I../include -I. -I/usr/src/glibc-b
uild/libio -I.. -I../libio  -I/usr/src/glibc-build -I../sysdeps/i386/elf
-I../linuxthreads/sysdeps/unix/sysv/linux/
i386 -I../linuxthreads/sysdeps/unix/sysv/linux
-I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthr
eads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix
-I../linuxthreads/sysdeps/i386/i686 -I../linuxthreads/sysdeps
/i386 -I../sysdeps/unix/sysv/linux/i386/i686
-I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sy
sdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman
-I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../s
ysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix
-I../sysdeps/posix -I../sysdeps/i386/i686/fpu -I../sysdep
s/i386/i686 -I../sysdeps/i386/i486 -I../sysdeps/i386/fpu
-I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ie
ee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32
-I../sysdeps/ieee754 -I../sysdeps/generic/elf
 -I../sysdeps/generic   -D_LIBC_REENTRANT -include
../include/libc-symbols.h     -D_IO_MTSAFE_IO -o /usr/src/glibc-
build/libio/iopopen.o
iopopen.c: In function `_IO_new_proc_open':
iopopen.c:186: warning: implicit declaration of function
`_IO_cleanup_region_start_noarg'
iopopen.c:193: `_avail' undeclared (first use in this function)
iopopen.c:193: (Each undeclared identifier is reported only once
iopopen.c:193: for each function it appears in.)
iopopen.c:193: `_buffer' undeclared (first use in this function)
iopopen.c:193: warning: control reaches end of non-void function
iopopen.c: At top level:
iopopen.c:196: parse error before `->'
iopopen.c: In function `_IO_new_proc_close':
iopopen.c:265: `_avail' undeclared (first use in this function)
iopopen.c:265: `_buffer' undeclared (first use in this function)
iopopen.c:246: warning: unused variable `wait_pid'
iopopen.c:244: warning: unused variable `wstatus'
iopopen.c:265: warning: control reaches end of non-void function
iopopen.c: At top level:
iopopen.c:268: parse error before `if'
make[2]: *** [/usr/src/glibc-build/libio/iopopen.o] Error 1
make[2]: Leaving directory `/home/usr/src/glibc-2.2.4/libio'
make[1]: *** [libio/subdir_lib] Error 2
make[1]: Leaving directory `/home/usr/src/glibc-2.2.4'
make: *** [all] Error 2


--
John van der Ploeg
http://home.planet.nl/~jvdploe
address@hidden






reply via email to

[Prev in Thread] Current Thread [Next in Thread]