[Python-Dev] post descr-branch merge results

Guido van Rossum guido@zope.com
Thu, 02 Aug 2001 15:48:39 -0400


> gcc spit out a bunch of warnings in socketmodule.c, all of which look
> to be openssl related.  It's certainly possible that I have an old
> openssl package laying around.

It does that to me too.  I think our gcc option requiring function
prototypes is too picky for the openssl header files.

Is there a way to teach setup.py to turn off this option when openssl
is detected?  It's already a separate case in setup.py.

--Guido van Rossum (home page: http://www.python.org/~guido/)