X-Spam-Check-By: sourceware.org
Message-ID: <44DA82C3.9080503@kleckner.net>
Date: Wed, 09 Aug 2006 17:50:11 -0700
From: Jim Kleckner <jek-cygwin1@kleckner.net>
Reply-To: cygwin@cygwin.com
User-Agent: Thunderbird 1.5.0.5 (Windows/20060719)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Infinite loop in Numeric-24.2-1 for eigenvalues (Workaround)
References: <announce.43D54781.9010307@users.sourceforge.net> <44D9E2E4.7020104@kleckner.net>
In-Reply-To: <44D9E2E4.7020104@kleckner.net>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com


Jim Kleckner wrote:
> This patch mentions:
> # Optionally, you can run
> #       python setup.py config  first. This fixes a bug in 
> LinearAlgebra on Cygwin (and possibly
> # other platforms).
>
>
> but "python setup.py config" fails to compile with the message:
> unable to execute _configtest.exe: No such file or directory
>
>
> Somehow, the optimization compiler flags are getting set to -O3 which 
> only seems to
> be set for the emx compiler platform...

Note that this was a problem on my Linux box as well.

A workaround for this problem in setup.py is to run this simple script 
to create the
config.h file that is failing (probably due to the compile flags):


gcc -fno-strict-aliasing -DNDEBUG -g  -Wall -Wstrict-prototypes 
-IInclude -IPackages/FFT/Include -IPackages/RNG/Include 
-I/usr/include/python2.4 Src/config.c -o mkconfigh
./mkconfigh
mv config.h Src


--
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/

