htk

“fatal error: bits/libc-header-start.h: No such file or directory” while compiling HTK

心不动则不痛 提交于 2019-11-27 17:52:20
问题 I'm getting the following issue when trying to run make on the HTK library: (cd HTKLib && make HTKLib.a) \ || case "" in *k*) fail=yes;; *) exit 1;; esac; make[1]: Entering directory '/home/william/speech/htk/HTK-3.4.1/htk/HTKLib' gcc -m32 -ansi -D_SVID_SOURCE -DOSS_AUDIO -D'ARCH="x86_64"' -Wall -Wno-switch -g -O2 -I. -DPHNALG -c -o HGraf.o HGraf.c In file included from HShell.h:40:0, from HGraf.c:54: /usr/include/stdio.h:27:10: fatal error: bits/libc-header-start.h: No such file or directory