[Python-bugs-list] [ python-Bugs-404827 ] Python Makefile: LIBOBJS incorrect

nobody nobody@sourceforge.net
Thu, 01 Mar 2001 21:37:22 -0800


Bugs #404827, was updated on 2001-02-28 01:50
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=404827&group_id=5470

Category: Python Interpreter Core
Group: None
Status: Open
Priority: 5
Submitted By: Nobody/Anonymous
Assigned to: Neil Schemenauer
Summary: Python Makefile: LIBOBJS incorrect

Initial Comment:
The Makefile variable LIBOBJS holds the names of
objects which are needed as replacements for system
library routines missing on specific platforms
(e.g. strerror and memmove on SunOS4).

The sources for these objects reside in the Python
directory; the Makefile, however, expects the object
files in the main build directory.

The attached diff (which uses a gmake feature)
seams to fix the dependencies for these objects;
the "big final ar" command will take them from
the Python directory.

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

Comment By: Detlef Lannert
Date: 2001-02-28 09:23

Message:
Logged In: YES 
user_id=70378

Dunno why the author should be "anonymous". I believe
I was logged in when I submitted this.

Sorry, I forgot to mention that I'm referring to
Python 2.1 alpha (the CVS version).

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

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