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 ronbarak
Recipients ronbarak
Date 2015-07-11.13:33:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436621587.24.0.649871663437.issue24611@psf.upfronthosting.co.za>
In-reply-to
Content
I wanted to add Python 2.7 to Unix.
I downloaded the sources to the VirtualBox on which the Unix is installed and run

./configure --prefix=/usr       \
            --enable-shared     \
            --with-system-expat \

without problems.

However, when I try to run make, it fails on:

cc –Kpthread –Wl,-Bexport –o python Modules/python.o libpython2.7.a -lsocket –lnsl –lpthread –ldl –lm 

Undefined                       first referenced
symbol                              in file
_PyInt_FromDev                      libpython2.7.a(posixmodule.o)     
UX:ld: ERROR: Symbol referencing errors. No output written to python
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.


Environment:

OS  Unixware 7.1.4
Python   2.7.10
CC  Optimizing C Compilation System (CCS) 4.2 05/11/04 (ux714.bl3af)
History
Date User Action Args
2015-07-11 13:33:07ronbaraksetrecipients: + ronbarak
2015-07-11 13:33:07ronbaraksetmessageid: <1436621587.24.0.649871663437.issue24611@psf.upfronthosting.co.za>
2015-07-11 13:33:07ronbaraklinkissue24611 messages
2015-07-11 13:33:06ronbarakcreate