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 Sashi
Recipients Sashi
Date 2009-05-29.01:20:56
SpamBayes Score 0.00019055078
Marked as misclassified No
Message-id <1243560059.83.0.307213103103.issue6140@psf.upfronthosting.co.za>
In-reply-to
Content
Got the following error while building Python 2.5.2 on HP-UX 11.11

bash-3.2$ uname -a
HP-UX hpux B.11.11 U 9000/785 2010988722 unlimited-user license

configure: WARNING:

  By default, distutils will build C++ extension modules with "g++".
  If this is not intended, then set CXX on the configure command line.

configure: WARNING: shadow.h: present but cannot be compiled
configure: WARNING: shadow.h:     check for missing prerequisite headers?
configure: WARNING: shadow.h: see the Autoconf documentation
configure: WARNING: shadow.h:     section "Present But Cannot Be Compiled"
configure: WARNING: shadow.h: proceeding with the preprocessor's result
configure: WARNING: shadow.h: in the future, the compiler will take
precedence
configure: WARNING:     ##
------------------------------------------------ ##
configure: WARNING:     ## Report this to
http://www.python.org/python-bugs ##
configure: WARNING:     ##
------------------------------------------------ ##
creating Modules/Setup
creating Modules/Setup.local
creating Makefile
History
Date User Action Args
2009-05-29 01:20:59Sashisetrecipients: + Sashi
2009-05-29 01:20:59Sashisetmessageid: <1243560059.83.0.307213103103.issue6140@psf.upfronthosting.co.za>
2009-05-29 01:20:58Sashilinkissue6140 messages
2009-05-29 01:20:57Sashicreate