examples installed with install-all no longer build out of tree

Issue #39 on hold
Vince Weaver created an issue

Andreas Beckmann anbe@debian.org reports that examples installed by install-all no longer build out of tree

./configure --prefix=/tmp/papi/$$ --with-static-lib=yes --with-shared-lib=yes --with-shlib-tools --with-perf-events CC=gcc

$ cd .../share/papi/ctests $ make make: *** No rule to make target '../libpapi.so.5.6.0.0', needed by 'pthrtough'. Stop.

and even if I fix that, there are several undefined references since some variables are not defined in the (installed) Makefile (they are only in the Makefile in the source tree) DOLOOPS CLOCKCORE DISPLAYERROR TESTFLOPS

Comments (2)

  1. Giuseppe Congiu

    @Vince Weaver probably tests should not be installed in the first place (?). This issue is hard to solve without modifying significantly the build system. I would put it on hold

  2. Log in to comment