+ -
当前位置:首页 → 问答吧 → How can I install glibc

How can I install glibc

时间:2011-09-06

来源:互联网

小弟在编译sumo的时候需要netgen,但是sumo文件夹内部的netgen总是出错,所以我就在网上下载了一个netgen,而且把路径添加到了configure.ac中:

src/microsim/traffic_lights/Makefile
src/microsim/trigger/Makefile
src/netbuild/Makefile
$Home/ch/Download/netgen/Makefile
src/netimport/Makefile
src/netimport/vissim/Makefile
src/netimport/vissim/tempstructs/Makefile

红色的一行是我添加的新安装的netgen的Makefile的路径
其他的路径都是在sumo/src下面的,configure和make也是在sumo文件夹下运行的
configure的时候没有报错 但是make的时候就会出现错误如下:

config.status: error: cannot find input file: `/ch/Download/netgen/Makefile.in'
make: *** [Makefile] 错误 1

是不是我添加路径的方式有错?怎么样才能把sumo文件夹之外的makefile添加进来?
跪求高手解答~

作者: 鸟生鱼汤   发布时间: 2011-09-06