12 Apr
2002
12 Apr
'02
9:37 a.m.
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