[Zope] Building Python for Zope on *NIX

oliver.erlewein@sqs.de oliver.erlewein@sqs.de
Fri, 12 Apr 2002 11:37:09 +0200 (MET DST)


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