[SciPy-user] Overflow Errors

bryan cole bryan.cole at teraview.co.uk
Fri Mar 28 12:12:48 EST 2003


Try:

 ./configure --with-libs='-lieee'

This should sort out Numeric overflow errors (well it works for me).
Add any other configure options you usually use.

I'm using py-2.2.1 (from the stock RH8.0 source rpm): for an rpm-based
system, you can install the python source-rpm then modify the
python.spec file by adding the "--with-libs='-lieee'" to the configure
line in the spec file so it reads (python.spec, line 159 for the RH8.0
src-rpm):

%configure --enable-ipv6 --enable-unicode=ucs2 --with-libs='-lieee'

You can then rebuild the rpm in the usual way.

HTH
Bryan

On Fri, 2003-03-28 at 10:50, Edward Hartley wrote:
> Hi
> I'm using python 2.2.2
> 
> I know there are some issues with overflow errors
> 
> So should this version be reompiled with -lieee as
> I've seen suggested on another thread and if
> so does this mean I have to adjust the Makefile
> or can it be done through the configure  script
> Regards
> Ed Hartley
> 
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-user
-- 
Bryan Cole
Teraview Ltd., 302-304 Cambridge Science Park, Milton Road, Cambridge CB4 0WG, United Kingdom.
tel: +44 (1223) 435380 / 435386 (direct-dial) fax: +44 (1223) 435382




More information about the SciPy-User mailing list