[Patches] [ python-Patches-1760089 ] Cross Compiling Python

SourceForge.net noreply at sourceforge.net
Wed Jul 25 08:09:40 CEST 2007


Patches item #1760089, was opened at 2007-07-25 06:09
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1760089&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Yegnesh (yegnesh)
Assigned to: Nobody/Anonymous (nobody)
Summary: Cross Compiling Python

Initial Comment:
Hi,

I am cross compiling python 2.4 for powerpc-860.
Steps I followed are :
$ patch -p3 < ./python-patch
$ ./configure --host=powerpc-860-linux-gnu --build=i686-pc-linux-gnu
$ make

Error found is listed below:

ar cr libpython2.4.a Modules/config.o Modules/getpath.o Modules/main.o Modules/gcmodule.o
ar: Modules/config.o: No such file or directory
make[1]: *** [libpython2.4.a] Error 1

Though the file is existing in the directory listing.
Can you suggest any reason why this error occurs?

Thanks in advance,
Yegnesh


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1760089&group_id=5470


More information about the Patches mailing list