From: Jim K. <jek...@kl...> - 2006-08-10 00:19:00
|
It seems that this old problem of compiling Numeric is a problem again (even on my Linux box, not just cygwin): http://sourceforge.net/tracker/index.php?func=detail&aid=732520&group_id=1369&atid=301369 (The issue was the dlamch.f code) The patch recommended to run: python setup.py config in order to work around the problem. Note that this no longer runs and gives the error message: unable to execute _configtest.exe: No such file or directory The setup.py and customize.py code interact in complex ways with Python's build tools. Anyone out there familiar with these and what is going on? BTW, it looks as though the default Makefile in python2.4/config dir now has -O3 turned on which is stimulating this problem. Jim |