X-Spam-Check-By: sourceware.org Date: Sat, 4 Aug 2007 00:43:18 +0200 From: Angelo To: cygwin AT cygwin DOT com Subject: Re: building lapack with cygwin Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Cezary Sliwa wrote: > I tried to build Lapack 3.1.1 using cygwin. Compilation works fine, but > testing reports failures. I often build lapack 3.1.1 with G77, GFortran and G95, and I do not observe any failure in testing. To build with G77 (3.4.4-3) I simply copy make.inc.example to make.inc and in Makefile I change this lib: lapacklib tmglib #lib: blaslib lapacklib tmglib into this #lib: lapacklib tmglib lib: blaslib lapacklib tmglib then 'make'. To build with GFortran there is INSTALL/make.inc.gfortran to be copyied in make.inc. Likewise with G95 (using make.inc.gfortran in which gfc --> g95). Cheers, Angelo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/