This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nobody
Recipients
Date 2001-02-28.09:50:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 13:53:22adminlinkissue404827 messages
2007-08-23 13:53:22admincreate