【发布时间】:2016-04-22 12:49:59
【问题描述】:
我用 ./configure 设置了 CPPFLAGS 和 LDFLAGS,但仍然找不到头文件 fst.h。虽然它位于 CPPFLAGS 目录中指定的位置。
./configure CPPFLAGS=-I/Users/username/Downloads/openfst-1.5.1/src/include LDFLAGS=-L/Users/username/Downloads/openfst-1.5.1/src/lib
...
checking for stdint.h... yes
checking for unistd.h... yes
checking fst/fst.h usability... no
checking fst/fst.h presence... no
checking for fst/fst.h... no
configure: error: Required file fst/fst.h not found -- aborting
我错过了什么?
【问题讨论】:
标签: c++ compilation configure autoconf openfst