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 2000-10-07.15:41:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
After ./configure has terminated, file Modules/config.c
contains the following two erroneous lines:

[config.c]
   ...
   extern void initlocal/lib(void);
   ...
   {"local/lib", initlocal/lib},   
   ...

This happened on a Sun Ultra 1 with SunOS 5.6.
History
Date User Action Args
2007-08-23 13:51:20adminlinkissue216326 messages
2007-08-23 13:51:20admincreate