Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 70338 invoked from network); 17 Jan 2008 04:05:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jan 2008 04:05:13 -0000 Received: (qmail 635 invoked by uid 500); 17 Jan 2008 04:05:01 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 603 invoked by uid 500); 17 Jan 2008 04:05:01 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 594 invoked by uid 99); 17 Jan 2008 04:05:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2008 20:05:01 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of stepan.mishura@gmail.com designates 209.85.146.181 as permitted sender) Received: from [209.85.146.181] (HELO wa-out-1112.google.com) (209.85.146.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 04:04:37 +0000 Received: by wa-out-1112.google.com with SMTP id k22so882664waf.18 for ; Wed, 16 Jan 2008 20:04:43 -0800 (PST) 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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=VVJztwlftApdQLYbipgV/sR2Gm7GR42GcEhWFZdLdD8=; b=goqoy+TFgfOUnO9TRnLgYkTtComGPrfZYQEV6E+fFRjH/jC0vO1Ot64u/aZZJRhd/5MtXY/eeK0zQI12tk94aAj7+d7sGX+KHbvdfLvxGeNBZ3swYeTNimi8OBTGTIOpFww44axTC1G0M3S53/HzgEWlx9tnHa2mA1A0mGM6Tjc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uLh/lyw92bzfouOhAscCEoSs5etjRZFqZ0VEW7HImgE6xczNs1WZfzjKZzmFQKo2rWhsVCig11q6A4gK9SKPRfakdlGnRXZiOaYWkmQekqa8nE6rRX3l4+0l/7Tnl6HftAUdEAIJ019cUmNPvP6OiqYOAFGMhntayTnqEyWSykE= Received: by 10.114.57.1 with SMTP id f1mr1878738waa.15.1200542683268; Wed, 16 Jan 2008 20:04:43 -0800 (PST) Received: by 10.114.57.10 with HTTP; Wed, 16 Jan 2008 20:04:43 -0800 (PST) Message-ID: <6e47b64f0801162004q5c89f06dq65de4886a619db87@mail.gmail.com> Date: Thu, 17 Jan 2008 10:04:43 +0600 From: "Stepan Mishura" To: dev@harmony.apache.org Subject: Re: latest stable packages JRE packages - jre-r603534 (M4) In-Reply-To: <6e47b64f0801160200u4310af90nd7b91633c72b8eb2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6e47b64f0801152137i5c4c13cfp730b35979cb2496c@mail.gmail.com> <200801160807.m0G87LP2011140@d12av04.megacenter.de.ibm.com> <6e47b64f0801160200u4310af90nd7b91633c72b8eb2@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 1/16/08, Stepan Mishura wrote: > > > Mark, you have committed ICU built libraries in > > > depends/libs/linux.x86.libstdc++6. How we can get the same for x86_64 > > > platform? > > > > AFAIK, all the other icu libraries are built with libstdc++6 already. > > > > Hmm, may be I'm missing something but on SUSE 10 64 bits I have for > the last snapshot: > $ ldd libicuuc.so | grep libstd > libstdc++.so.5 => /usr/lib64/libstdc++.so.5 (0x00002b470d7f6000) > Hi Mark, Currently 'use.libstdc++6' property is set manually. Is it possible to set it automatically by the classlib build depending on libstdc++ version used for building? -Stepan.