[SciPy-user] error testing in linux

Pearu Peterson pearu at scipy.org
Sat Oct 25 04:58:14 EDT 2003



On Wed, 22 Oct 2003, Zunbeltz Izaola wrote:

> Hi
> I've build scipy for linux and i got the folowing error when testing
> scipy.test(level=10)
> 
> otuput :
> 
> unction f6
> 
> cc.bisect : 4.560
> cc.ridder : 5.460
> cc.brenth : 5.240
> cc.brentq : 4.990
> 
> 
> 
> ..F
> 
> segment failure

<snip>
 
> Can someone help me?

First check that scipy were build against correct Numeric header files
(compare the header files in Numeric source distribution and the 
installed header files).
If that is ok then try using scipy from its recent CVS (and don't forget 
`rm -rf build` before building scipy).

Pearu




More information about the SciPy-User mailing list