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]

math_private.h is broken


Compiling on Alpha with current CVS I get an error:

gcc ../sysdeps/ieee754/dbl-64/s_isinf.c -c -O -Wall -Winline -Wstrict-prototypes -Wwrite-strings -g -mieee    -Wno-uninitialized  -I../include -I. -I/tl4/hw/turbo/BUILD/libc/build-alpha-linux/math -I.. -I../libio  -I/tl4/hw/turbo/BUILD/libc/build-alpha-linux -I../sysdeps/alpha/elf -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/alpha -I../sysdeps/unix/sysv/linux/alpha/alpha -I../sysdeps/unix/sysv/linux/alpha -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/alpha -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/alpha/fpu -I../sysdeps/alpha -I../sysdeps/wordsize-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic  -nostdinc -isystem /usr/lib/gcc-lib/alpha-pc-linux/2.96/include -i!
system /tl4/hw/turbo/BUILD/libc/build-alpha-linux/../kernel-headers -D_LIBC_REENTRANT -include ../include/libc-symbols.h     -D__NO_MATH_INLINES -D__LIBC_INTERNAL_MATH_INLINES -DNO_LONG_DOUBLE -D_Mlong_double_=double -o /tl4/hw/turbo/BUILD/libc/build-alpha-linux/math/s_isinf.o
../sysdeps/ieee754/dbl-64/s_isinf.c:30: conflicting types for `__isinfl'
math_private.h:273: previous declaration of `__isinfl'


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