Python on AIX 4.3.

David Gutierrez davegu1 at hotmail.com
Wed Sep 14 13:47:53 EDT 2005


Alessandro,
No, Im not trying to install a posix thread. I was just doing a straight 
forward installation in AIX 4..3.3.

David


From: Alessandro Bottoni <alessandro.bottoni at infinito.it>
Reply-To: alessandro.bottoni at infinito.it
To: python-list at python.org
Subject: Re: Python on AIX 4.3.
Date: Wed, 14 Sep 2005 16:32:46 GMT
MIME-Version: 1.0
Received: from smtp-vbr9.xs4all.nl ([194.109.24.29]) by mc7-f4.hotmail.com 
with Microsoft SMTPSVC(6.0.3790.211); Wed, 14 Sep 2005 09:36:44 -0700
Received: from bag.python.org (bag.python.org [194.109.207.14])by 
smtp-vbr9.xs4all.nl (8.13.3/8.13.3) with ESMTP id j8EGahbh078191for 
<davegu1 at hotmail.com>; Wed, 14 Sep 2005 18:36:43 +0200 (CEST)(envelope-from 
python-list-bounces+davegu1=hotmail.com at python.org)
Received: from bag.python.org (bag [127.0.0.1])by bag.python.org (Postfix) 
with ESMTP id EA1011E42DCfor <davegu1 at hotmail.com>; Wed, 14 Sep 2005 
18:35:41 +0200 (CEST)
X-Message-Info: JGTYoYF78jEitB2IpXZKOzKsRwmxNvyoBOSEeaB+NVk=
Path: 
news.xs4all.nl!newsspool.news.xs4all.nl!transit.news.xs4all.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!news.mailgate.org!nntp.infostrada.it!twister2.libero.it.POSTED!not-for-mail
Newsgroups: comp.lang.python
Mail-Copies-To: alessandro.bottoni at infinito.it
References: <mailman.363.1126714382.509.python-list at python.org>
Lines: 32
User-Agent: KNode/0.8.2
NNTP-Posting-Host: 151.37.234.42
X-Complaints-To: abuse at net24.it
X-Trace: twister2.libero.it 1126715566 151.37.234.42 (Wed,14 Sep 2005 
18:32:46 MET DST)
NNTP-Posting-Date: Wed, 14 Sep 2005 18:32:46 MET DST
Organization: [Infostrada]
Xref: news.xs4all.nl comp.lang.python:395365
X-BeenThere: python-list at python.org
X-Mailman-Version: 2.1.6
Precedence: list
List-Id: General discussion list for the Python programming 
language<python-list.python.org>
List-Unsubscribe: 
<http://mail.python.org/mailman/listinfo/python-list>,<mailto:python-list-request at python.org?subject=unsubscribe>
List-Archive: <http://mail.python.org/pipermail/python-list>
List-Post: <mailto:python-list at python.org>
List-Help: <mailto:python-list-request at python.org?subject=help>
List-Subscribe: 
<http://mail.python.org/mailman/listinfo/python-list>,<mailto:python-list-request at python.org?subject=subscribe>
Errors-To: python-list-bounces+davegu1=hotmail.com at python.org
X-Virus-Scanned: by XS4ALL Virus Scanner
Return-Path: python-list-bounces+davegu1=hotmail.com at python.org
X-OriginalArrivalTime: 14 Sep 2005 16:36:45.0152 (UTC) 
FILETIME=[7E887E00:01C5B94A]

David Gutierrez wrote:

 > Hello Everyone,
 > I'm trying to install Python on an aix 4.3.3. but keep on getting a 
failed
 > attempt with the following errors.
 >
 > ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_lock
 > ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_unlock
 > ld: 0711-317 ERROR: Undefined symbol: .pthread_cond_signal
 > ld: 0711-317 ERROR: Undefined symbol: .pthread_cond_wait
 > ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_destroy
 > ld: 0711-317 ERROR: Undefined symbol: .pthread_cond_destroy
 > ld: 0711-317 ERROR: Undefined symbol: .pthread_mutex_init
 > ld: 0711-317 ERROR: Undefined symbol: .pthread_cond_init
 > ld: 0711-317 ERROR: Undefined symbol: .pthread_self
 > ld: 0711-317 ERROR: Undefined symbol: .pthread_attr_init
 > ld: 0711-317 ERROR: Undefined symbol: .pthread_attr_setscope
 > ld: 0711-317 ERROR: Undefined symbol: .pthread_create
 > ld: 0711-317 ERROR: Undefined symbol: .pthread_attr_destroy
 > ld: 0711-317 ERROR: Undefined symbol: .pthread_detach
 > ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
 > information.
 > collect2: ld returned 8 exit status
 > make: 1254-004 The error code from the last command is 1.

Are you trying to install a posix-thread- (pthread) -enabled Python
interpreter on a not-pthread machine? It looks like the pthread module is
missing.

HTH
-----------------------------------
Alessandro Bottoni
--
http://mail.python.org/mailman/listinfo/python-list





More information about the Python-list mailing list