Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 95182 invoked from network); 5 Oct 2006 09:51:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Oct 2006 09:51:22 -0000 Received: (qmail 23357 invoked by uid 500); 5 Oct 2006 09:51:16 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 23306 invoked by uid 500); 5 Oct 2006 09:51:16 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 23286 invoked by uid 99); 5 Oct 2006 09:51:16 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Oct 2006 02:51:16 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=nikolay.kuznetsov@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.92.168] ([66.249.92.168:39267] helo=ug-out-1314.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id BD/52-20288-D65D4254 for ; Thu, 05 Oct 2006 02:50:39 -0700 Received: by ug-out-1314.google.com with SMTP id y2so217683uge for ; Thu, 05 Oct 2006 02:49:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tsmAhmA8VTudtGP1/my4jfFbZKruqsyCs5L6/33O02AgyBrGJErhQ4H35dmc5avQ8rn2jdUfOgEnweyvrFqHdyDIDpLJAQIHWTLaAl+2tlbyPTdVd5RQbkIT7NLOg1ucDAzskf9GiH84yoc7XGX+KvY0l8a8BggY+8ml3HvbrPY= Received: by 10.67.93.6 with SMTP id v6mr1699419ugl; Thu, 05 Oct 2006 02:49:58 -0700 (PDT) Received: by 10.67.119.10 with HTTP; Thu, 5 Oct 2006 02:49:58 -0700 (PDT) Message-ID: <8ce6aa550610050249s50e9a0b6yfdbadee2bbae0a77@mail.gmail.com> Date: Thu, 5 Oct 2006 13:49:58 +0400 From: "Nikolay Kuznetsov" To: harmony-dev@incubator.apache.org Subject: Re: [patch][drlvm] Linux/ia32 fix for Intel Compiler In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Salikh, out of curiosity, do you know why it happens that Intel Compiler requires librt at build time to resolve symbols in run time, while gcc works fine w/o this option. Also parent system libset contains librt, but not being forwarded to hythread (due to ant bug I believe), but if just copy parent libset to hythread DRLVM will also crush at run time with another error, I wonder why. Thank you. Nik. On 10/4/06, Salikh Zakirov wrote: > Hi, > > DRLVM compiled with Intel Compiler 9.0 on Linux/ia32 currently > does not work due to symbol 'clock_gettime' not being found. > > A simple build file fix is needed to solve the problem. > It does not affect DRLVM built with gcc. > (Gcc build still works with this modification). > > Could anyone commit this change? > Thanks a lot! > > --- a/build/make/components/vm/hythr.xml > +++ b/build/make/components/vm/hythr.xml > @@ -95,6 +95,7 @@ vm.port,extra.log4cxx, extra.aprutil" /> > > >