This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: compilation problem
- From: "Jun Koi" <junkoi2004 at gmail dot com>
- To: "Mark Wielaard" <mjw at redhat dot com>
- Cc: SystemTAP <systemtap at sources dot redhat dot com>
- Date: Thu, 14 Aug 2008 12:51:57 +0900
- Subject: Re: compilation problem
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=WsDBpQJuaxVwGBwIIAwBhuxCfuH3bxUzuR90r+xpD5I=; b=ZB/N1h8PR+FcsqNjfQLPY5tFe5FId9Z+M575iPvEPKE95u84/r41sfC+w6PacxmhJP VXrzjpipq1uSGzkJWRegem/fTR+aJ6jse5KEb8JlWIiVBscDOCv2blvVb84Nm2dOPlzS gXpKPS/HsCUJnqB+lb0xNhLAr6fDCkP/Ul2qo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=O5rwV94L+tBWHycrxz5pRsED+4eapJ6x7FCyfE2Q0FN02ToW745eCjMyR7PKcpz4wI +tAmQYfTZsyRpuCZWA3l89xw9/i6cqHOMoOjVraTnXyPCi663pBweaoitQo3rl7QgwUD yxRayvBRr8DGK5kD3nm3VXdHg3NsPlQF1HWBc=
- References: <fdaac4d50808122051g413fffafi934ab535eebcf3f7@mail.gmail.com> <1218629175.3125.4.camel@dijkstra.wildebeest.org>
On Wed, Aug 13, 2008 at 9:06 PM, Mark Wielaard <mjw@redhat.com> wrote:
> Hi Jun,
>
> On Wed, 2008-08-13 at 12:51 +0900, Jun Koi wrote:
>> I am trying to compile systemtap 0.7. To do so, I first try to compile
>> and install elfutils-0.131 (latest version?).
>
> The latest version of elfutils can be found at
> https://fedorahosted.org/elfutils/ and is 0.135.
>
>> - Patch elfutils-0.131 with elfutils-portability.patch (Is this really
>> necessary? If so, why it is separated?)
>
> I don't really remember. I believe the portability.patch isn't needed
> anymore with newer elfutils. If a newer elfutils build works for you
> without needing the patch then please let us know.
Thanks, that works perfectly! So the portability patch seems not necessarily.
I compiled 0.135 with the below command:
./configure CFLAGS=-fgnu89-inline
make
So, how about having the -fgnu89-inline default option??
Many thanks,
Jun