[New-bugs-announce] [issue24611] Compiling Python 2.7.10 Error on Unixware 7.1.4

Ron Barak report at bugs.python.org
Sat Jul 11 15:33:07 CEST 2015


New submission from Ron Barak:

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)

----------
components: Build
messages: 246604
nosy: ronbarak
priority: normal
severity: normal
status: open
title: Compiling Python 2.7.10 Error on Unixware 7.1.4
type: compile error
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24611>
_______________________________________


More information about the New-bugs-announce mailing list