[Python-Dev] Good way of finding out what C functions we have?
Martin v. Löwis
martin at v.loewis.de
Wed Oct 1 01:33:24 EDT 2003
More information about the Python-Dev mailing list
Wed Oct 1 01:33:24 EDT 2003
- Previous message: [Python-Dev] Procedures for submitting patches to pybsddb
- Next message: [Python-Dev] HP Test Drive systems
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Brett C." <bac at OCF.Berkeley.EDU> writes: > Right. I was wondering if there are any checks in configure.in that > if something was not available that Python itself would not compile > *at all*. I would suspect not since that is what the ANSI C/POSIX > coding requirement is supposed to handle, right? Mostly. There are several conditions under which configure would abort; search for exit. One case is that you try to run it on a not-longer-supported system. Regards, Martin
- Previous message: [Python-Dev] Procedures for submitting patches to pybsddb
- Next message: [Python-Dev] HP Test Drive systems
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list