This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bill9889
Recipients bill9889
Date 2014-10-16.21:09:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413493795.91.0.752363282337.issue22654@psf.upfronthosting.co.za>
In-reply-to
Content
Hi all,

I've been cross-compiling Python3.4.1, but I have a issue than is following:

_PYTHON_PROJECT_BASE=/home/aphillips/work/leo368-20141008/fs/apps/python-3.4.1/arm _PYTHON_HOST_PLATFORM=linux-arm PYTHONPATH=../src/Lib:../src/Lib/plat-linux  -S -m  sysconfig --generate-posix-vars ; \
	if test $? -ne 0 ; then \
		echo "generate-posix-vars failed" ; \
		rm -f ./pybuilddir.txt ; \
		exit 1 ; \
	fi
/bin/sh: -S: command not found
generate-posix-vars failed
make[1]: *** [pybuilddir.txt] Error 1

If who knows about that, could you help me.

Best regards.
History
Date User Action Args
2014-10-16 21:09:55bill9889setrecipients: + bill9889
2014-10-16 21:09:55bill9889setmessageid: <1413493795.91.0.752363282337.issue22654@psf.upfronthosting.co.za>
2014-10-16 21:09:55bill9889linkissue22654 messages
2014-10-16 21:09:55bill9889create