From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5321 invoked by alias); 18 Jan 2010 09:07:12 -0000 Received: (qmail 7517 invoked by uid 22791); 17 Jan 2010 13:12:30 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <737527db1001170511v10263c44x8ef0bd9ee9cefb94@mail.gmail.com> References: <737527db1001170511v10263c44x8ef0bd9ee9cefb94@mail.gmail.com> Date: Mon, 18 Jan 2010 09:07:00 -0000 Message-ID: <737527db1001170512k843c01dhf4d13ac2a5ae5520@mail.gmail.com> Subject: Fwd: mingw64 (msys phoenix) compilation a success! From: Ruben Van Boxem To: gsl-discuss@sourceware.org Content-Type: text/plain; charset=UTF-8 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: 2010-q1/txt/msg00012.txt.bz2 Hi all, I have successfully built gsl (1.13) x64 on windows with msys phoenix (WPG64: www.cadforte.com) using their 1.99 pre release and the update1 available from their download page. Steps to take (quite standard really): copy gsl source to somewhere in c:\msys open Mingw64 bash shell, navigate to gsl source folder ./configure make make check >log.txt 2>&1 The log file states all tests have passed. Hooray! Just thought I'd let you know.