I am new to ubuntu programming. When I compile the benchmark, I get the following error
make[1]: 进入目录“/home/junyu2/sniper-7.4/benchmarks/parsec”
./checkdependencies.py
make -C ../tools/hooks/
make[2]: 进入目录“/home/junyu2/sniper-7.4/benchmarks/tools/hooks”
./makebuildscripts.py
make[2]: 离开目录“/home/junyu2/sniper-7.4/benchmarks/tools/hooks”
cd parsec-2.1; ./bin/parsecmgmt -a build -p bench -c gcc-sniper
[PARSEC] Packages to build: blackscholes bodytrack facesim ferret freqmine raytrace swaptions
fluidanimate vips x264 canneal dedup streamcluster
[PARSEC] [========== Building package blackscholes ==========]
[PARSEC] [---------- Analyzing package blackscholes ----------]
[PARSEC] blackscholes depends on: hooks
[PARSEC] [---------- Analyzing package hooks ----------]
[PARSEC] hooks depends on: libtool
[PARSEC] [---------- Analyzing package libtool ----------]
[PARSEC] libtool does not depend on any other packages.
[PARSEC] [---------- Building package libtool ----------]
[PARSEC] Error: Need 'configure' script or a '[Mm]akefile' to build package libtool.
make[1]: *** [Makefile:31:parsec-build] 错误 1
make[1]: 离开目录“/home/junyu2/sniper-7.4/benchmarks/parsec”
make: *** [Makefile:14:all] 错误 2
Please help me out.
Thanks.