Re: [Numpy-discussion] Building Numpy: could not read symbols Bad value error

2010-06-21 Thread Michael Green
Well, I just found that I can build shared libs in ATLAS 3.9.23, but not 3.9.24 or 25. This begs the question: has anyone actually successfully compiled ATLAS v3.9.25 shared libs on RHEL/CentOS 5.x? -- Warm regards, Michael Green ___ NumPy-Discussion mai

Re: [Numpy-discussion] Building Numpy: could not read symbols Bad value error

2010-06-20 Thread David
On 06/21/2010 06:30 AM, Michael Green wrote: > On Sun, Jun 20, 2010 at 1:19 AM, Charles R Harris > wrote: >> >> Have you checked the actual configuration that was used to compile lapack, >> *not* the command line flags. I never had with success with the automatic >> builds using the compressed fi

Re: [Numpy-discussion] Building Numpy: could not read symbols Bad value error

2010-06-20 Thread Michael Green
On Sun, Jun 20, 2010 at 1:19 AM, Charles R Harris wrote: > > Have you checked the actual configuration that was used to compile lapack, > *not* the command line flags. I never had with success with the automatic > builds using the compressed files. Also check the actual installed libraries > > Y

Re: [Numpy-discussion] Building Numpy: could not read symbols Bad value error

2010-06-19 Thread Charles R Harris
On Sat, Jun 19, 2010 at 4:01 PM, Michael Green wrote: > Well I used the instructions found here > < > http://www.scipy.org/Installing_SciPy/Linux#head-eecf834fad12bf7a625752528547588a93f8263c > > > > I started by building lapack and it built successfully. > > I then proceeded with ATLAS using the

Re: [Numpy-discussion] Building Numpy: could not read symbols Bad value error

2010-06-19 Thread Michael Green
Well I used the instructions found here I started by building lapack and it built successfully. I then proceeded with ATLAS using the following configure line (that does contain -fPIC): ../configure -Fa al

Re: [Numpy-discussion] Building Numpy: could not read symbols Bad value error

2010-06-16 Thread Robert Kern
On Wed, Jun 16, 2010 at 17:29, Michael Green wrote: > Bright minds, > > I'm trying to build Numpy v1.4.1 from source on CentOS 5.2 x64 and > running into errors. It seems to be linking error. Regrettably, I > don't posses the necessary skill to decipher the error. So your help > will be invaluable

[Numpy-discussion] Building Numpy: could not read symbols Bad value error

2010-06-16 Thread Michael Green
Bright minds, I'm trying to build Numpy v1.4.1 from source on CentOS 5.2 x64 and running into errors. It seems to be linking error. Regrettably, I don't posses the necessary skill to decipher the error. So your help will be invaluable. I configured (and then successfully built) ATLAS with the fol