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: Sun, 09 Mar 2003 08:45:15 -0500 From: Jason Tishler Subject: Re: Problem compiling Numeric-23.0 with latest python-2.2.2-6 In-reply-to: <3E6B2B1A.2020606@oracle.com> To: Volker Zell Cc: Cygwin Mail-followup-to: Volker Zell , Cygwin Message-id: <20030309134515.GB1232@tishler.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4i References: <3E6B2B1A DOT 2020606 AT oracle DOT com> IMO, this post is more appropriate for cygwin@ than cygwin-apps@. On Sun, Mar 09, 2003 at 12:52:58PM +0100, Volker Zell wrote: > I just tried compiling Numeric-23.0 with latest python-2.2.2-6 and got > the following error: SF is down right now. Is there really a Numeric-23.0? I could only find Numeric-22.0 on the following web page: http://www.pfdubois.com/numpy/ So, I tried with Numeric-22.0 that I had lying around and ... > gcc -shared -Wl,--enable-auto-image-base > build/temp.cygwin-1.3.20-i686-2.2/_numpymodule.o > build/temp.cygwin-1.3.20-i686-2.2/arrayobject.o > build/temp.cygwin-1.3.20-i686-2.2/ufuncobject.o -L. -lpython2.2 -o > build/lib.cygwin-1.3.20-i686-2.2/_numpy.dll > ^^^ > /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: > cannot find -lpython2.2 > collect2: ld returned 1 exit status > error: command 'gcc' failed with exit status 1 The above works for me with Numeric-22.0 under python-2.2.2-6: gcc -shared -Wl,--enable-auto-image-base build/temp.cygwin-1.3.21-i686-2.2/_numpymodule.o build/temp.cygwin-1.3.21-i686-2.2/arrayobject.o build/temp.cygwin-1.3.21-i686-2.2/ufuncobject.o -L/usr/lib/python2.2/config -lpython2.2 -o build/lib.cygwin-1.3.21-i686-2.2/_numpy.dll Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- 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/