Hi Stephane,Here's a minor additional change that needs to be made for Power's libpfm4 code. I removed the need for the file powerpc_reg.h, but neglected to remove the reference to the file from lib/Makefile.
I've attached a patch to correct this. Signed-off-by: Corey Ashford <cjash...@us.ibm.com> Thanks for your consideration, - Corey Corey Ashford Software Engineer IBM Linux Technology Center, Linux Toolchain Beaverton, OR 503-578-3507 cjash...@us.ibm.com
diff --git a/lib/Makefile b/lib/Makefile index a411a2e..92dc6bc 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -158,8 +158,7 @@ INC_POWERPC=events/ppc970_events.h \ events/power4_events.h \ events/power5_events.h \ events/power5+_events.h \ - events/power6_events.h \ - events/powerpc_reg.h + events/power6_events.h INC_SPARC=events/ultra12_events.h \ events/ultra3_events.h \
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________ perfmon2-devel mailing list perfmon2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/perfmon2-devel