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 mwh
Recipients
Date 2003-10-03.11:17:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6656

Curioser and curioser.  The difference seems to be that
configure for 2.2.3 passes "-belf" to cc when checking for
dlopen but configure for 2.3 doesn't.

I actually have an idea how this happens: in 2.3, the CFLAGS
variable was split up into BASECFLAGS and OPT.  We know we
need -belf on SCO, so we stuff that into BASECFLAGS. 
However, this *doesn't* make the rest of the configure tests
use -belf -- result breakage.

(Martin, are you reading this?  Does this sound reasonable?)

Roger, can you try the attached patch?  It's a bit of a hack...
History
Date User Action Args
2007-08-23 14:17:23adminlinkissue815753 messages
2007-08-23 14:17:23admincreate