Re: [Numpy-discussion] svn numpy did not build on os x

2007-01-24 Thread Robert Kern
Steve Lianoglou wrote: > Hi, > >>> I got gfortran from hpc.sourceforge.net. I just now noticed that my >>> gcc is "experimental", I hope that isn't the issue. >> It probably is the issue. > > One thing to note is that (at least when I d/l'd it), the hpc fortran > download also has inside it a

Re: [Numpy-discussion] svn numpy did not build on os x

2007-01-24 Thread Jeremy Conlin
On 1/24/07, Steve Lianoglou <[EMAIL PROTECTED]> wrote: > Hi, > > >> I got gfortran from hpc.sourceforge.net. I just now noticed that my > >> gcc is "experimental", I hope that isn't the issue. > > > > It probably is the issue. > > One thing to note is that (at least when I d/l'd it), the hpc fortr

Re: [Numpy-discussion] svn numpy did not build on os x

2007-01-24 Thread Steve Lianoglou
Hi, >> I got gfortran from hpc.sourceforge.net. I just now noticed that my >> gcc is "experimental", I hope that isn't the issue. > > It probably is the issue. One thing to note is that (at least when I d/l'd it), the hpc fortran download also has inside it a version of gcc which it will dump

Re: [Numpy-discussion] svn numpy did not build on os x

2007-01-24 Thread Robert Kern
Jeremy Conlin wrote: > I also have been unable to build numpy on OS X although my error(s) > are slightly different from the original poster. I just installed > python2.5 from the binary at python.org. > > Python 2.5 (r25:51918, Sep 19 2006, 08:49:13) > [GCC 4.0.1 (Apple Computer, Inc. build 5341

[Numpy-discussion] svn numpy did not build on os x

2007-01-24 Thread Jeremy Conlin
I also have been unable to build numpy on OS X although my error(s) are slightly different from the original poster. I just installed python2.5 from the binary at python.org. Python 2.5 (r25:51918, Sep 19 2006, 08:49:13) [GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin Type "help", "copyri

Re: [Numpy-discussion] svn numpy did not build on os x

2007-01-19 Thread Robert Kern
Srinath Vadlamani wrote: > This is what I'm using: > Python 2.4.4 (#1, Oct 18 2006, 10:34:39) > [GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin > > I'll try a new check out and try it again. I don't know where I got > python...where should I get it from? www.python.org Now, what gcc a

Re: [Numpy-discussion] svn numpy did not build on os x

2007-01-19 Thread Srinath Vadlamani
-- Message: 5 Date: Fri, 19 Jan 2007 17:29:53 -0700 From: "Brian Granger" <[EMAIL PROTECTED]> Subject: Re: [Numpy-discussion] svn numpy did not build on os x To: "Discussion of Numerical Python" Message-ID:

Re: [Numpy-discussion] svn numpy did not build on os x

2007-01-19 Thread Brian Granger
I just did a clean checkout of numpy a few minutes ago (Intel mac book, Python 2.4.3 universal) and a simple python setup.py build worked fine. What Python are you using (where did you get it)? Is there something wierd going on with your gcc? Brian On 1/19/07, Srinath Vadlamani <[EMAIL PROTECTED

Re: [Numpy-discussion] svn numpy did not build on os x

2007-01-19 Thread Robert Kern
Srinath Vadlamani wrote: > I just did an svn up (1/19/07) and tried building numpy with no > success. It built fine yesterday (1/18/07). This is on OS X tiger. > Attached is the error output. I hope that attachments work with the > mailing list. Oh, and which version of gcc are you using? With

Re: [Numpy-discussion] svn numpy did not build on os x

2007-01-19 Thread Robert Kern
Srinath Vadlamani wrote: > I just did an svn up (1/19/07) and tried building numpy with no > success. It built fine yesterday (1/18/07). This is on OS X tiger. > Attached is the error output. I hope that attachments work with the > mailing list. Well, it's working for me on Intel and OS X 10.4

[Numpy-discussion] svn numpy did not build on os x

2007-01-19 Thread Srinath Vadlamani
I just did an svn up (1/19/07) and tried building numpy with no success. It built fine yesterday (1/18/07). This is on OS X tiger. Attached is the error output. I hope that attachments work with the mailing list. -- == Srinath Vadlaman