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 Date: Tue, 20 Aug 2002 08:09:25 -0400 From: Jason Tishler Subject: Re: numarray on Cygwin In-reply-to: To: cygwin AT cygwin DOT com Mail-followup-to: cygwin AT cygwin DOT com Message-id: <20020820120924.GA1664@tishler.net> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT Content-disposition: inline User-Agent: Mutt/1.4i References: Jochen, On Mon, Aug 19, 2002 at 06:52:49PM -0400, Jochen Küpper wrote: > Any ideas? No. Sorry, but you have the itch... > Btw, I tried to rebuild python (cvs maint22-release patched for > _socket) but got the following errors with the math module (similar > for cmath): But Python CVS builds without errors: building 'cmath' extension gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/jt/src/PythonCvs/./Include -I/usr/local/include -I/home/jt/src/PythonCvs/Include -I/home/jt/src/PythonCvs/shared7 -c /home/jt/src/PythonCvs/Modules/cmathmodule.c -o build/temp.cygwin-1.3.13-i686-2.3/cmathmodule.o gcc -shared -Wl,--enable-auto-image-base build/temp.cygwin-1.3.13-i686-2.3/cmathmodule.o -L/usr/local/lib -L. -lm -lpython2.3 -o build/lib.cygwin-1.3.13-i686-2.3/cmath.dll building 'math' extension gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I/home/jt/src/PythonCvs/./Include -I/usr/local/include -I/home/jt/src/PythonCvs/Include -I/home/jt/src/PythonCvs/shared7 -c /home/jt/src/PythonCvs/Modules/mathmodule.c -o build/temp.cygwin-1.3.13-i686-2.3/mathmodule.o gcc -shared -Wl,--enable-auto-image-base build/temp.cygwin-1.3.13-i686-2.3/mathmodule.o -L/usr/local/lib -L. -lm -lpython2.3 -o build/lib.cygwin-1.3.13-i686-2.3/math.dll Jason -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/