From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26944 invoked by alias); 9 Sep 2009 22:47:44 -0000 Received: (qmail 26878 invoked by uid 22791); 9 Sep 2009 22:47:41 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,J_CHICKENPOX_73,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.152) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 Sep 2009 22:47:34 +0000 Received: by fg-out-1718.google.com with SMTP id e21so1279457fga.12 for ; Wed, 09 Sep 2009 15:47:32 -0700 (PDT) Received: by 10.86.187.27 with SMTP id k27mr589977fgf.11.1252536452265; Wed, 09 Sep 2009 15:47:32 -0700 (PDT) Received: from ?192.168.0.101? (host169-30-dynamic.2-87-r.retail.telecomitalia.it [87.2.30.169]) by mx.google.com with ESMTPS id 4sm444071fge.8.2009.09.09.15.47.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 09 Sep 2009 15:47:31 -0700 (PDT) Message-ID: <4AA83081.90302@gmail.com> Date: Wed, 09 Sep 2009 22:47:00 -0000 From: maxgacode User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: "gsl-discuss@sourceware.org" Subject: GNU Scientific Library 1.13 released - report References: <4A854F64.9050006@gladman.plus.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gsl-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00041.txt.bz2 Release 1.13 compilation Platform Windows XP SP3 + MSys 1.0.11 + MinGW (Gcc 4.4.0 latest binutils,winapi,make,runtime) Using all the following compilation options 1) CFLAGS="-mfpmath=sse -msse2 -O2 -fexceptions" 2) CFLAGS="-mfpmath=sse -msse2 -fexceptions" 3) CFLAGS="-fexceptions" 4) CFLAGS="-O2 -fexceptions" the library compiled (static library)and passed the make check. Especially the option 4) is a pleasant surprise. I was never able to get a successful make check using OOB source code with -O2 -fexceptions. Neither integration nor monte routines need hacks (like disabling optimization) to pass the tests Hope this helps. Max