Re: Build and runtime dependencies

2012-12-21 Thread Chen Qi
. I just want to install python on this filesystem and anything else. I would like to know what are the build and runtime dependencies that are needed on both machine. My understanding is that the core CPython interpreter only needs a C compiler to be built. For the extension modules, I think

Re: Build and runtime dependencies

2012-12-21 Thread Chris Angelico
On Fri, Dec 21, 2012 at 9:11 AM, Jack Silver jacksilver...@gmail.com wrote: On the first one (the server), I want to build install python 3.3.0 in a shared filesystem and access it from the second one (the client). Correct me if I'm wrong, but my understanding of your description is this:

Build and runtime dependencies

2012-12-20 Thread Jack Silver
on this filesystem and anything else. I would like to know what are the build and runtime dependencies that are needed on both machine. My understanding is that the core CPython interpreter only needs a C compiler to be built. For the extension modules, I think that only the development headers of some

Re: Build and runtime dependencies

2012-12-20 Thread Miki Tebeka
On Thursday, December 20, 2012 2:11:45 PM UTC-8, Jack Silver wrote: I have two Linux From Scratch machine. Hence, I do not need to install all those libraries on the client machine. Right ? It depends on what the client needs. For example if you use zlib compression in the protocol, you'll

Re: Build and runtime dependencies

2012-12-20 Thread Hans Mulder
installed. I just want to install python on this filesystem and anything else. I would like to know what are the build and runtime dependencies that are needed on both machine. My understanding is that the core CPython interpreter only needs a C compiler to be built. You need the whole C