FLAGS and LDFLAGS build issues

Issue #40 resolved
Vince Weaver created an issue

Andreas Beckmann anbe@debian.org reports a few more issues

Some more issues:

  • src/components/perf_event_uncore/tests/Makefile uses a LFLAGS variable that is never defined and should probably be CFLAGS

  • src/*/Makefile.target.in should not override but append to LDFLAGS, e.g. by using the @LDFLAGS@ substitution from autotools: LDFLAGS = @LDFLAGS@ ...

  • src/ctests/Makefile.recipies misses LDFLAGS while linking attach_target

Comments (1)

  1. Log in to comment