export CC=arm-linux-gcc
./autogen.sh
echo "ac_cv_func_malloc_0_nonnull=yes" > arm-linux.cache
./configure --host=arm-linux --prefix=$PWD/../tslib1.4-install --cache-file=arm-linux.cache
完美解决。。。
错误不光这么点吧。。要看看上面的具体的错误,有config.log文件吗?
必要的库文件们有安装
dingding