[Python-bugs-list] [ python-Bugs-404827 ] Python Makefile: LIBOBJS incorrect
nobody
nobody@sourceforge.net
Wed, 28 Feb 2001 01:50:26 -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: Nobody/Anonymous
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.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=404827&group_id=5470