Open jrgruher opened 1 year ago
Probably is sufficient to indicate such library in the build script
diff --git a/scripts/build b/scripts/build
index 16a6600..561cdb3 100755
--- a/scripts/build
+++ b/scripts/build
@@ -18,7 +18,7 @@ done
trap 'rm -f ${BASE}$$.s ${BASE}$$.c ${BASE}$$.o ${BASE}$$; exit 1' 1 2 15
-LDLIBS=-lm
+LDLIBS="-lm -ltirpc"
# check for HP-UX's ANSI compiler
echo "main(int ac, char *av[]) { int i; }" > ${BASE}$$.c
@jrgruher were you able to get around thsi?
@rajesh-s No, not as far as I can recall
Testing on Ubuntu 22.04 with GCC12. Cloned git, cd src, make (or 'make results').
First I hit this issue, followed these steps to work around: https://github.com/intel/lmbench/issues/16
Now I get this failure: