Re: [Numpy-discussion] Numpy 1.0.3 install problem. Help!

2007-05-27 Thread David M. Cooke
On Sun, May 27, 2007 at 12:29:30PM -0600, Travis Oliphant wrote: > Yang, Lu wrote: > > Thanks, Travis. I don't have problem building other applications on the > > same platform. > > Are there any files in the extracted /numpy-1.0.3 that I can modify the > > path of the C > > compiler? I have chec

Re: [Numpy-discussion] Numpy 1.0.3 install problem. Help!

2007-05-27 Thread Travis Oliphant
Yang, Lu wrote: > Thanks, Travis. I don't have problem building other applications on the same > platform. > Are there any files in the extracted /numpy-1.0.3 that I can modify the path > of the C > compiler? I have checked all the files in it withouth luck. > The C-compiler that is used is t

Re: [Numpy-discussion] Numpy 1.0.3 install problem. Help!

2007-05-27 Thread Yang, Lu
Thanks, Travis. I don't have problem building other applications on the same platform. Are there any files in the extracted /numpy-1.0.3 that I can modify the path of the C compiler? I have checked all the files in it withouth luck. Thanks a lot. Quoting Travis Oliphant <[EMAIL PROTECTED]>: >

Re: [Numpy-discussion] Numpy 1.0.3 install problem. Help!

2007-05-26 Thread Travis Oliphant
Yang, Lu wrote: > Hi, > I am installing Numpy 1.0.3 on Solaris 10. I am new to Numpy install. Here > are what I > did and the result of 'python setup.py install'. Please help. Thanks in > advance. > > [snip] > C compiler: /opt/SUNWspro/bin/cc -i -xO4 -xspace -xstrconst -xpentium -mr > -DANSIC

[Numpy-discussion] Numpy 1.0.3 install problem. Help!

2007-05-25 Thread Yang, Lu
Hi, I am installing Numpy 1.0.3 on Solaris 10. I am new to Numpy install. Here are what I did and the result of 'python setup.py install'. Please help. Thanks in advance. I set: setenv CFLAGS "-xchip=opteron " setenv CXXFLAGS "-xchip=opteron " setenv CC /opt/SUNWspro/bin/cc setenv CXX /opt/SUNWsp