Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-28 Thread Olivia Cheronet
Thank you. This time the building of Numpy worked with no error message. However, when I now try to import Numpy in Python, there is a problem with lapack_lite (see below). Thanks again! Olivia $ python Python 2.5.2 (r252:60911, Dec 2 2008, 09:26:14) [GCC 3.4.4 (cygming special, gdc 0.12,

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-27 Thread David Cournapeau
On Fri, Nov 27, 2009 at 7:11 PM, Olivia Cheronet wrote: > Hi, > > I have tried to remove my entire numpy directory and starting to build it > again from a newly downloaded source (numpy-1.3.0.tar.gz), but it has made no > difference. Please update to the trunk - I can see the error as well for

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-27 Thread Olivia Cheronet
Hi, I have tried to remove my entire numpy directory and starting to build it again from a newly downloaded source (numpy-1.3.0.tar.gz), but it has made no difference. I still get the output below. Thank you for the suggestions, Olivia ... ... ... creating build/temp.cygwin-1.5.25-i686-2.5 cre

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-25 Thread David Cournapeau
On Wed, Nov 25, 2009 at 7:07 PM, Olivia Cheronet wrote: > The npy_math.c is attached here. > I have just tested a fresh svn checkout, and could built numpy correctly on cygwin. I would suggest you update your sources, and build from scratch (i.e. remove the entire build directory and start from s

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-25 Thread Olivia Cheronet
The npy_math.c is attached here. Cheers, Olivia - Original Message > On Wed, Nov 25, 2009 at 6:42 PM, Olivia Cheronet > wrote: > > The crt0.o file was indeed missing. I have reinstalled cygwin from the > > cygwin > setup.exe (as it seemed to be included therein), and it seems to have

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-25 Thread David Cournapeau
On Wed, Nov 25, 2009 at 6:42 PM, Olivia Cheronet wrote: > The crt0.o file was indeed missing. I have reinstalled cygwin from the cygwin > setup.exe (as it seemed to be included therein), and it seems to have solved > that. > > compile options: '-Inumpy/core/include > -Ibuild/src.cygwin-1.5.25-i

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-25 Thread Olivia Cheronet
The crt0.o file was indeed missing. I have reinstalled cygwin from the cygwin setup.exe (as it seemed to be included therein), and it seems to have solved that. However, I now get the error below. Thanks, Olivia _ Running fr

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-25 Thread David Cournapeau
Olivia Cheronet wrote: > compile options: '-Inumpy/core/src -Inumpy/core/include > -I/usr/include/python2.5 -c' > gcc: _configtest.c > gcc _configtest.o -llibm.a -o _configtest.exe > /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: crt0.o: > No such file: No such file or direc

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-24 Thread Olivia Cheronet
Hello David, Below is the full log. Thanks very much for the help. Olivia Running from numpy source directory. non-existing path in 'numpy/distutils': 'site.cfg' F2PY Version 2 blas_opt_info: blas_mkl_info: libraries mkl,vml,guide not found in /usr/local/lib libraries mkl,vml,guide not fou

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-24 Thread David Cournapeau
Hi Olivia, On Mon, Nov 23, 2009 at 6:51 AM, Olivia Cheronet wrote: > Hello, > >  I attempted to install Numpy for my Cygwin python again, by simply executing: >  >python setup.py install > >  However, I now get the following: >  >File "numpy/core/setup.py", line 253, in check_mathlib >  >  raise

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-22 Thread Olivia Cheronet
David Cournapeau > To: Discussion of Numerical Python > Sent: Wed, November 18, 2009 9:01:06 AM > Subject: Re: [Numpy-discussion] Installing numpy under cygwin > > Olivia Cheronet wrote: > > Hello. > > > > I am currently trying to install the latest version of

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-18 Thread Olivia Cheronet
rerun setup.py after setting the >MATHLIB >env variable I have a math library from cygwin (libm.a). How should I set this? Thank you, Olivia - Original Message > From: David Cournapeau > To: Discussion of Numerical Python > Sent: Wed, November 18, 2009 9:01:06 AM > Subj

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-18 Thread David Cournapeau
Olivia Cheronet wrote: > Hello. > > I am currently trying to install the latest version of NumPy for my cygwin > Python, and I am having problems... > > I have downloaded the source, and unzipped and untarred it in my home > directory. > Subsequently, I included the following in the site.cfg file

[Numpy-discussion] Installing numpy under cygwin

2009-11-18 Thread Olivia Cheronet
Hello. I am currently trying to install the latest version of NumPy for my cygwin Python, and I am having problems... I have downloaded the source, and unzipped and untarred it in my home directory. Subsequently, I included the following in the site.cfg file: >[DEFAULT] >library_dirs = /cygdrive