Ahmed Ghazy
12/05/2020, 7:08 PM./configure --prefix=xx
to behave differently on different systems. On centos7, I needed to specify --exec-prefix
as well; otherwise, the bin/netgen
file will use the default prefix at /usr/local
. On centos8 and arch linux, specifing --prefix
by itself was enough.