Re: Compiling python error
by Fredrik Lundh other posts by this author
Oct 31 2001 11:38AM messages near this date
Re: Compiling python error
|
python development practices?
James" <j.c.mcnulty@[...].uk> wrote:
> When I try to configure python i get the following errors.
what platform? what Python version? what compiler version?
(etc)
> checking whether the C++ compiler (c++ ) is a cross-compiler... yes
this usually means that your compiler failed to compile a trivial C
program into something that could be executed on your machine.
usual causes are bad licenses or botched compiler installations.
check the config.log file for more clues.
</F>
--
http://mail.python.org/mailman/listinfo/python-list
Thread:
James
James
Fredrik Lundh
|