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 rpointel
Recipients rpointel
Date 2011-07-20.09:04:19
SpamBayes Score 0.005010812
Marked as misclassified No
Message-id <1311152659.95.0.347600213537.issue12593@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

Could you define OpenBSD in enable_shared section of the configure.in ?

I just tested with Python 3.2.1, but it could be usefull to add it in the other versions of Python 3.x.

This is the diff which seems to work :

--- configure.in.orig   Sat Jul  9 08:58:56 2011
+++ configure.in        Wed Jul 20 10:19:37 2011
@@ -755,7 +755,7 @@
              PY3LIBRARY=libpython3.so
          fi
           ;;
-    Linux*|GNU*|NetBSD*|FreeBSD*|DragonFly*)
+    Linux*|GNU*|NetBSD*|FreeBSD*|OpenBSD*|DragonFly*)
          LDLIBRARY='libpython$(LDVERSION).so'
          BLDLIBRARY='-L. -lpython$(LDVERSION)'
          RUNSHARED=LD_LIBRARY_PATH=`pwd`:${LD_LIBRARY_PATH}

Thanks a lot,

Remi.
History
Date User Action Args
2011-07-20 09:04:20rpointelsetrecipients: + rpointel
2011-07-20 09:04:19rpointelsetmessageid: <1311152659.95.0.347600213537.issue12593@psf.upfronthosting.co.za>
2011-07-20 09:04:19rpointellinkissue12593 messages
2011-07-20 09:04:19rpointelcreate