Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755669AbbBLN0T (ORCPT ); Thu, 12 Feb 2015 08:26:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55008 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751969AbbBLN0R (ORCPT ); Thu, 12 Feb 2015 08:26:17 -0500 Date: Thu, 12 Feb 2015 14:25:38 +0100 From: Jiri Olsa To: Stephane Eranian Cc: linux-kernel@vger.kernel.org, acme@redhat.com, peterz@infradead.org, mingo@elte.hu, ak@linux.intel.com, namhyung@kernel.org, cel@us.ibm.com, sukadev@linux.vnet.ibm.com, sonnyrao@chromium.org, johnmccutchan@google.com Subject: Re: [PATCH 4/4] perf tools: add JVMTI agent library Message-ID: <20150212132538.GA6477@krava.brq.redhat.com> References: <1423611765-18200-1-git-send-email-eranian@google.com> <1423611765-18200-5-git-send-email-eranian@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423611765-18200-5-git-send-email-eranian@google.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 769 Lines: 26 On Wed, Feb 11, 2015 at 12:42:45AM +0100, Stephane Eranian wrote: SNIP > +LN=ln -sf > +RM=rm > + > +SJVMTI=libjvmti.so.$(VERSION).$(REVISION).$(AGE) > +VJVMTI=libjvmti.so.$(VERSION) > +SLDFLAGS=-shared -Wl,-soname -Wl,$(VLIBPFM) > +SOLIBEXT=so > + > +JDIR=$(shell /usr/sbin/update-java-alternatives -l | head -1 | cut -d ' ' -f 3) I had to se JDIR manualy.. is there some generic way to get above dir? It does not work on Fedora, 'yum provides' did not find any package carrying update-java-alternatives binary.. jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/