I'm trying to compile Python 3.4.1 on an emulated ARM machine (with Debian 7). ./configure gives me
checking for g++... no
but g++ is installed. So what could be the problem?
I know it's not strictly needed, but I'd prefer that make will use g++ for c++ code.