Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 61242 invoked from network); 13 Oct 2006 02:05:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Oct 2006 02:05:47 -0000 Received: (qmail 92737 invoked by uid 500); 13 Oct 2006 02:05:46 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 92058 invoked by uid 500); 13 Oct 2006 02:05:44 -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 92045 invoked by uid 99); 13 Oct 2006 02:05:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 19:05:44 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of nbeyer@gmail.com designates 66.249.82.234 as permitted sender) Received: from [66.249.82.234] (HELO wx-out-0506.google.com) (66.249.82.234) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 19:05:43 -0700 Received: by wx-out-0506.google.com with SMTP id s13so831149wxc for ; Thu, 12 Oct 2006 19:05:22 -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=gaPvsuikFF+XFd6wTb0DPhpYdMxvgIzm60G0buiLYQYSRsxPJWz647yAYGacez3qzh04gunLfKG08mqe+uad2PDuvRJWMPP7Rk/n0uOn9O8hOh/68IJCXsUeymlg33tE5bWtT60e8T3qAvDCkq/5uPsx3h9xPua8QeZTUKNv6fw= Received: by 10.90.55.19 with SMTP id d19mr1847434aga; Thu, 12 Oct 2006 19:05:22 -0700 (PDT) Received: by 10.90.66.18 with HTTP; Thu, 12 Oct 2006 19:05:22 -0700 (PDT) Message-ID: <3b3f27c60610121905m4b62e819j96faa96bc436b5b7@mail.gmail.com> Date: Thu, 12 Oct 2006 21:05:22 -0500 From: "Nathan Beyer" To: harmony-dev@incubator.apache.org, geir@pobox.com Subject: Re: [general] version of gcc and other tools In-Reply-To: <452EB663.7090507@pobox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <452BC610.4090001@pobox.com> <469bff730610120234k1a1fc669p94cdb51eb09eea6@mail.gmail.com> <4dd1f3f00610121255n2fca579bte4bb4075928ffba7@mail.gmail.com> <452EB663.7090507@pobox.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N As Geir mentions, there a compiler difference's in Sun's JDK. The changes are noticeable between 5.0_7 and 5.0_8. Note: Sun as released 5.0_9. I'd prefer to be using ECJ for our compiler, but I haven't heard anything lately about getting that back into the build scripts. -Nathan On 10/12/06, Geir Magnusson Jr. wrote: > > > Weldon Washburn wrote: > > My tools are: > > > > - WindowsXP > > - MSVS .NET 2003 > > - ant-1.6.5 > > - Sun JDK 1.5.0_07_b03 > > > > - Linux > > - gcc 3.4.5 > > - ant-1.6.5 > > - IBM JDK 1.5.0_08_b03 > > - make 3.8.0 > > > > How about the following first stab at Geir's idea of "will work" tool > > chains? The idea is to quickly converge the below so that I can call a > > vote > > on it. > > I don't think we'll need a vote here - we'll be able to come to > agreement without that. > > > > > -WindowsXP on laptop, Windows Server 2003 on servers > > - MSVS .NET 2003 > > - ant-1.6.5 > > - Java JDK 1.5.0_xxxx > > > > - Linux > > - gcc 3.4.xxx or higher > > - ant-1.6.5 > > - Java JDK 1.5.0_xxxx > > - make 3.8.0 or higher > > > We need a strict version of Java, I think, because IIRC, there was > problems with a recent patch level of the compiler from Sun. I don't > remember how that was resolved. > > I think that we also should try to switch completely to the eclipse > compiler, so we can include it as a downloaded dependency, and we all > are building using the same thing. > > also, I'd like to define a "maximum" for the version of gcc/g++ - IOW, > we want to test up to 4.x.y, so when 4.x.z appears, we need to test first... > > > > > > > > > > > On 10/12/06, Pavel Ozhdikhin wrote: > >> > >> To update the statistics, my tools: > >> > >> - MS Windows Server 2003 / IA32: > >> MSVS .NET 2003 > >> ant-1.6.5 > >> JRockit JDK 1.5.0_03 > >> > >> - Linux / IA32: > >> gcc 3.3.3 > >> GNU make 3.80 > >> ant-1.6.5 > >> JRockit JDK 1.5.0 > >> > >> Thanks, > >> Pavel > >> > >> On 10/10/06, Geir Magnusson Jr. wrote: > >> > I'm so sick of this gcc problem. > >> > > >> > Lets decide on the versions for GCC and other tools that "will > >> work". I > >> > feel the same way that mark does re that being able to build on > >> multiple > >> > versions gives a better feeling of goodness and harmony in the universe > >> > and I encourage people to work on other versions (I will), but it's > >> > gotta be the case that we have a "reference toolchain" - that no matter > >> > what, it will work on there, and probably a list of tested versions > >> > > >> > So, what tools and what versions are people working with ? here's a > >> > partial list of mine : > >> > > >> > 1) WinXP : Visual Studio .NET 2003 > >> > > >> > 2) Linux x86 : > >> > GCC : 3.4.6 > >> > g++ : 3.4.6 > >> > make : 3.81b4 > >> > > >> > What are you using? what other tools should we list? > >> > > >> > I recently setup a new machine (linux) and now have the complete > >> list of > >> > stuff that has to be installed (starting from fresh ubuntu6) and will > >> > post that on the getting started document on teh website. > >> > > >> > > >> > geir > >> > > >> > --------------------------------------------------------------------- > >> > Terms of use : http://incubator.apache.org/harmony/mailing.html > >> > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > >> > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > >> > > >> > > >> > >> --------------------------------------------------------------------- > >> Terms of use : http://incubator.apache.org/harmony/mailing.html > >> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > >> For additional commands, e-mail: harmony-dev-help@incubator.apache.org > >> > >> > > > > > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org