X-Spam-Check-By: sourceware.org Message-ID: <44DA82C3.9080503@kleckner.net> Date: Wed, 09 Aug 2006 17:50:11 -0700 From: Jim Kleckner Reply-To: cygwin AT cygwin DOT com User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Infinite loop in Numeric-24.2-1 for eigenvalues (Workaround) References: <44D9E2E4 DOT 7020104 AT kleckner DOT 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 AT cygwin DOT com; run by ezmlm 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 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/