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 loewis
Recipients
Date 2002-07-23.21:43:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

That patch doesn't really test whether defining 
OSF_SOURCE helps in getting makedev, does it? In 
particular, if makedev is not available at all, or requires a 
different define, the test will still conclude that 
OSF_SOURCE should be defined, right?

I think the sequence should be:
- is makedev already available?
- if not, is it with OSF_SOURCE defined?
- if not, arrange to exclude makedev from posixmodule.c

Also, is it necessary to run the test program? autoconf is 
always worried that cross-compilation would fail, since you 
cannot run tests (although it is reasonable to link test 
programs in a cross-compilation environment).
History
Date User Action Args
2007-08-23 15:14:12adminlinkissue584245 messages
2007-08-23 15:14:12admincreate