[Python-bugs-list] configure script fails with cross-compiler (PR#228)

dean@dragonsys.com dean@dragonsys.com
Wed, 8 Mar 2000 15:36:01 -0500 (EST)


Full_Name: Dean Sturtevant
Version: 1.5.2
OS: Linux
Submission from: pluto.dragonsys.com (204.165.63.1)


I was trying to build python with a cross-compiler, so I put my cross-compiler
bin directory in the front of my path and executed the configure script. The
fact that a cross-compiler was being used was detected correctly, causing it to
fail later on at line 1922:
    { echo "configure: error: can not run test program while cross compiling"
1>&2; exit 1; }

This is a bug in configure, isn't it?