bamos / parsec-benchmark

An unofficial mirror of the core PARSEC 3.0 benchmark suite with patches to run on x86_64 Arch Linux and generalize builds.
Other
99 stars 38 forks source link

/usr/bin/ld: cannot find -lhooks #5

Closed jhk16 closed 4 years ago

jhk16 commented 4 years ago

I want to run canneal benchmark with ROI hooks. So, i tried to build canneal with gcc-hooks compile option. But, this did not working. How to build canneal with gcc-hooks?

I have tried the commands below.

$ ./bin/parsecmgmt -p canneal -a build -c gcc [BUILD DONE] $ ./bin/parsecmgmt -p canneal -a build -c gcc-pthreads [BUILD DONE] $ ./bin/parsecmgmt -p canneal -a build -c gcc-hooks

---- skipped build messages.. ----

cc-hooks/include -DENABLE_THREADS -pthread  *.o  -lhooks -lm -o canneal
/usr/bin/ld: cannot find -lhooks
collect2: error: ld returned 1 exit status
Makefile:15: recipe for target 'all' failed
make: *** [all] Error 1
[PARSEC] Error: 'env version=pthreads make' failed.