Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 50181 invoked from network); 13 Oct 2006 07:38:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Oct 2006 07:38:03 -0000 Received: (qmail 5175 invoked by uid 500); 13 Oct 2006 07:37:59 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 5139 invoked by uid 500); 13 Oct 2006 07:37:59 -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 5128 invoked by uid 99); 13 Oct 2006 07:37:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2006 00:37:59 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of gcjhd-harmony-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Oct 2006 00:37:58 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GYHbf-0000e2-AS for harmony-dev@incubator.apache.org; Fri, 13 Oct 2006 09:37:23 +0200 Received: from msfwpr01.ims.intel.com ([62.118.80.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Oct 2006 09:37:23 +0200 Received: from egor.pasko by msfwpr01.ims.intel.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Oct 2006 09:37:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: harmony-dev@incubator.apache.org From: Egor Pasko Subject: Re: [general] version of gcc and other tools Date: 13 Oct 2006 14:37:39 +0700 Lines: 114 Message-ID: References: <452BC610.4090001@pobox.com> <469bff730610120234k1a1fc669p94cdb51eb09eea6@mail.gmail.com> <4dd1f3f00610121255n2fca579bte4bb4075928ffba7@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: msfwpr01.ims.intel.com User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I am OK with all. Some comments: * we should explicitly say that it is a GNU make. * the more restrictive GCC, the better. What is the most restrictive now? gcc-4.1? P.S.: I personally like diversity in tool chains. Let's make a single configuration not a must, but a matter of priority. So, we can consider achieving good results on these two toolchains as the first priority and fix bugs there first. Not because there should be only one, but because there should be at least one. Does it feel comfortable to everyone? On the 0x201 day of Apache Harmony 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. > > -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 > > > > > 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 > > > > > > > -- > Weldon Washburn > Intel Middleware Products Division -- Egor Pasko, Intel Managed Runtime Division --------------------------------------------------------------------- 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