Hi all I found no concise description on how to CORRECTLY compile Python on a *NIX box. I compile with: make clean rm config.cache LD_LIBRARY_PATH=/usr/lib/lwp export LD_LIBRARY_PATH ./configure –-with-threads make make install That is about identical to what all documentations I found said. I've got the unfounded hunch that I'm missing something (maybe some Flags I have to set on gcc?). What does Zope Corp use when they compile binaries? Are there other progies besides Python and Zope that I have to configure/change. I hope somebody can help... Oliver Erlewein
./configure make make install nothing easier than that. read the docs that come with python. and use python 2.1.3. jens On Friday, April 12, 2002, at 05:37 , oliver.erlewein@sqs.de wrote:
Hi all
I found no concise description on how to CORRECTLY compile Python on a *NIX box. I compile with:
make clean rm config.cache LD_LIBRARY_PATH=/usr/lib/lwp export LD_LIBRARY_PATH ./configure –-with-threads make make install
That is about identical to what all documentations I found said. I've got the unfounded hunch that I'm missing something (maybe some Flags I have to set on gcc?). What does Zope Corp use when they compile binaries?
Are there other progies besides Python and Zope that I have to configure/ change.
I hope somebody can help... Oliver Erlewein
From: <oliver.erlewein@sqs.de>
I found no concise description on how to CORRECTLY compile Python on a *NIX box. I compile with:
make clean rm config.cache LD_LIBRARY_PATH=/usr/lib/lwp export LD_LIBRARY_PATH ./configure –-with-threads make make install
That is about identical to what all documentations I found said.
Yes. That's how to do it. 1. If we are going to help you, maybe you could say what the problem is? 2. You might get better help on a python list. :-)
participants (3)
-
Jens Vagelpohl -
Lennart Regebro -
oliver.erlewein@sqs.de