bits/fenvinline.h not installed
Bruno Haible
haible@ilog.fr
Tue May 2 06:39:00 GMT 2000
Hi,
<fenv.h>, as installed, is not usable because it includes <bits/fenvinline.h>
which hasn't been installed.
gcc -DLOCALEDIR=\"/packages/libc6/share/locale\" -DHAVE_CONFIG_H -I.. -I. -I../lib -I../intl -O2 -g -Wall -c -o sleep.o sleep.c
In file included from sleep.c:41:
/packages/libc6/include/fenv.h:115: bits/fenvinline.h: No such file or directory
Fix:
2000-04-30 Bruno Haible <haible@clisp.cons.org>
* math/Makefile (headers): Add bits/fenvinline.h.
*** math/Makefile.bak Mon Feb 28 11:37:13 2000
--- math/Makefile Sun Apr 30 23:34:44 2000
***************
*** 23,29 ****
# Installed header files.
headers := math.h bits/mathcalls.h bits/mathinline.h bits/huge_val.h \
bits/nan.h fpu_control.h complex.h bits/cmathcalls.h \
! fenv.h bits/fenv.h bits/mathdef.h tgmath.h
# Internal header files.
distribute := math_ldbl.h math_private.h machine/asm.h
--- 23,29 ----
# Installed header files.
headers := math.h bits/mathcalls.h bits/mathinline.h bits/huge_val.h \
bits/nan.h fpu_control.h complex.h bits/cmathcalls.h \
! fenv.h bits/fenv.h bits/fenvinline.h bits/mathdef.h tgmath.h
# Internal header files.
distribute := math_ldbl.h math_private.h machine/asm.h
More information about the Libc-alpha
mailing list