我正在使用autotools进行编译。我之前使用过当前的设置,但今天它没有用。我在cygwin,autotools libtool等,我想我已经安装了我需要的东西。我跑
autoreconf -ivf
cd ./build
../configure
并在配置输出结束时看到
: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
sed: can't read /ltmain.sh: No such file or directory
mv: cannot stat 'libtoolT': No such file or directory
cp: cannot stat 'libtoolT': No such file or directory
chmod: cannot access 'libtool': No such file or directory
请注意,以“sed:”开头的行不能读取“/ltmain.sh”,斜杠前面没有点。有什么想法吗?