[Python-bugs-list] [ python-Bugs-448403 ] libpython2.2.a missing -- Make Failure

noreply@sourceforge.net noreply@sourceforge.net
Thu, 06 Sep 2001 00:25:50 -0700


Bugs item #448403, was opened at 2001-08-06 06:08
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=448403&group_id=5470

Category: Installation
Group: Python 2.2
>Status: Closed
>Resolution: Works For Me
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Martin v. Löwis (loewis)
Summary: libpython2.2.a missing -- Make Failure

Initial Comment:
Hi,

In trying to install Python for the first time on a Sun
Ultrasparc 10, I followed recommended procedure and
obtained the following error (whilst runing "make"):

gcc   -o python \
                Modules/python.o \
                libpython2.2.a -lpthread -lsocket -lnsl
-ldl  -lthread   -lm  
gcc: libpython2.2.a: No such file or directory
make: *** [python] Error 1

Any assistance would be greatly appreciated.

All the best,

Lars


----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2001-09-06 00:25

Message:
Logged In: YES 
user_id=21627

In a private conversation with the submitter (Lars Jermiin,
<jermiin@barramundi.bio.usyd.edu.au>), we found that this
problem is caused by /usr/local/bin/ar being a symlink to
/usr/bin/true, which means that all ar invocations failed to
do anything.

Since this conversation started by me placing a comment into
the bug report, and since this report does not show such a
comment, this may be a duplicate report - but I can't find
the original one. The only other explanation seems to be
that SF lost a comment, but that is unlikely.

So closing this, not sure whether as "Duplicate" or "Works
for me".

----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-09-05 11:03

Message:
Logged In: YES 
user_id=6380

Martin, are you capable of dealing with this?


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=448403&group_id=5470