Re: [Numpy-discussion] setup.py does not use the correct library

2009-09-28 Thread Robert Kern
On Mon, Sep 28, 2009 at 19:35, Peng Yu wrote: > On Mon, Sep 28, 2009 at 4:44 PM, Robert Kern wrote: >> On Mon, Sep 28, 2009 at 16:40, Peng Yu wrote: >>> I attached the script that I run for build and the build output. I >>> think that setup.py doesn't use the correct python library. But I'm >>>

[Numpy-discussion] setup.py does not use the correct library

2009-09-28 Thread Peng Yu
On Mon, Sep 28, 2009 at 4:44 PM, Robert Kern wrote: > On Mon, Sep 28, 2009 at 16:40, Peng Yu wrote: >> I attached the script that I run for build and the build output. I >> think that setup.py doesn't use the correct python library. But I'm >> not sure why. Would you please help me figure out wha

Re: [Numpy-discussion] setup.py does not use the correct library

2009-09-28 Thread Robert Kern
On Mon, Sep 28, 2009 at 16:40, Peng Yu wrote: > I attached the script that I run for build and the build output. I > think that setup.py doesn't use the correct python library. But I'm > not sure why. Would you please help me figure out what the problem is? Setting $LDFLAGS to be empty is also in

Re: [Numpy-discussion] setup.py does not use the correct library

2009-09-28 Thread Robert Kern
On Mon, Sep 28, 2009 at 16:27, Peng Yu wrote: > On Mon, Sep 28, 2009 at 2:53 PM, Robert Kern wrote: >> On Mon, Sep 28, 2009 at 14:31, Peng Yu wrote: >>> I use the following command to build numpy-1.3.0rc2. But it seems not >>> able to find the appropriate library files. Can somebody let me know

Re: [Numpy-discussion] setup.py does not use the correct library

2009-09-28 Thread Peng Yu
On Mon, Sep 28, 2009 at 2:53 PM, Robert Kern wrote: > On Mon, Sep 28, 2009 at 14:31, Peng Yu wrote: >> I use the following command to build numpy-1.3.0rc2. But it seems not >> able to find the appropriate library files. Can somebody let me know >> how to make it use the correct ones? >> >> #c

Re: [Numpy-discussion] setup.py does not use the correct library

2009-09-28 Thread Robert Kern
On Mon, Sep 28, 2009 at 14:31, Peng Yu wrote: > I use the following command to build numpy-1.3.0rc2. But it seems not > able to find the appropriate library files. Can somebody let me know > how to make it use the correct ones? > > #command > export LD_LBRARY_PATH= > export CPPFLAGS="-I$HOME/u

[Numpy-discussion] setup.py does not use the correct library

2009-09-28 Thread Peng Yu
I use the following command to build numpy-1.3.0rc2. But it seems not able to find the appropriate library files. Can somebody let me know how to make it use the correct ones? #command export LD_LBRARY_PATH= export CPPFLAGS="-I$HOME/utility/linux/opt/Python-2.6.2/include/python2.6" export LDFL