[Python-checkins] r56141 - python/branches/bcannon-objcap/build_secure_py.sh

brett.cannon python-checkins at python.org
Mon Jul 2 05:01:48 CEST 2007


Author: brett.cannon
Date: Mon Jul  2 05:01:47 2007
New Revision: 56141

Modified:
   python/branches/bcannon-objcap/build_secure_py.sh
Log:
Add a comment about what someone might need to change to build.


Modified: python/branches/bcannon-objcap/build_secure_py.sh
==============================================================================
--- python/branches/bcannon-objcap/build_secure_py.sh	(original)
+++ python/branches/bcannon-objcap/build_secure_py.sh	Mon Jul  2 05:01:47 2007
@@ -1,4 +1,5 @@
 echo "Build secure_python.o ..."
 gcc -Wall -g -c -IInclude -I. secure_python.c
 echo "Build executable ..."
+# If the command below fails, might need to add -lutil or -Wl,-E .
 gcc -L. -lpthread -lm -ldl -o secure_python.exe secure_python.o libpython2.6.a


More information about the Python-checkins mailing list