Ashley M. Kirchner wrote: >Mark Sapiro wrote: >> I don't see these here. Perhaps it's some difference between gcc >> versions or configurations. >> > Would you like to see a full log of the compile, maybe that'll shed >some light?
You could send me the compile log off list. I think I understand what all the warnings are about, and I also think that the results of the compilation would actually work despite the warnings, but the log may be interesting. What I am more interested in is why configure succeeded when you didn't have the python-devel package installed. There are tests in configure for the presence of a full distutils package which should identify a missing python-devel. See the configure script around lines 1432-1475 and the corresponding results in config.log. Possibly, your packages are split differently with distutils in the python package, but the header files in the python-devel package, but this doesn't seem like good packaging. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
