[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

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 pengyu...@gmail.com 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

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 robert.k...@gmail.com wrote: On Mon, Sep 28, 2009 at 14:31, Peng Yu pengyu...@gmail.com 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

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 pengyu...@gmail.com wrote: On Mon, Sep 28, 2009 at 2:53 PM, Robert Kern robert.k...@gmail.com wrote: On Mon, Sep 28, 2009 at 14:31, Peng Yu pengyu...@gmail.com wrote: I use the following command to build numpy-1.3.0rc2. But it seems not able to find the

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 pengyu...@gmail.com 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

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 pengyu...@gmail.com wrote: On Mon, Sep 28, 2009 at 4:44 PM, Robert Kern robert.k...@gmail.com wrote: On Mon, Sep 28, 2009 at 16:40, Peng Yu pengyu...@gmail.com wrote: I attached the script that I run for build and the build output. I think that setup.py