This is the mail archive of the libc-alpha@sourceware.cygnus.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]

bits/fenvinline.h not installed



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

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