[Zope] Building Python for Zope on *NIX
Jens Vagelpohl
jens@zope.com
Fri, 12 Apr 2002 07:43:16 -0400
./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
>
>