> gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-
> madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I. -I./Include -
> DPy_BUILD_CORE -c ./Modules/posixmodule.c -o Modules/posixmodule.o
> ./Modules/posixmodule.c: In function 'posix_setpgrp':
> ./Modules/posixmodule.c:3769:
"=?ISO-8859-1?Q?Andr=E9?=" <[EMAIL PROTECTED]> wrote (Mon, 26 Nov
2007 17:59:21 -0800):
> While I made some progress in trying to install Py3k from source (for
> the first time), it has failed...
>
> Here are the steps I went through (not necessarily in that order -
> except for those that matter
On Nov 26, 9:59 pm, "André" <[EMAIL PROTECTED]> wrote:
> While I made some progress in trying to install Py3k from source (for
> the first time), it has failed...
>
> Here are the steps I went through (not necessarily in that order -
> except for those that matter).
>
> 1. After installing Leopard,
[huge snip]
>
> This is on a Macbook with Leopard installed.
>
> I tried compiling a simple c program (hello world), something that I
> have not done in *years* and it failed. It appears as though gcc has
> a problem :-(
>
> I can create an object file (via gcc -c he
On Nov 26, 6:18 pm, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote:
> > I'd like to install Python 3000 on my computers (Mac, and possibly
> > Windows), without messing up the existing versions. So far, I've
> > always relied on using ".msi" on Windows and ".dmg" on the Mac.
>
> > From the Python sit
> I'd like to install Python 3000 on my computers (Mac, and possibly
> Windows), without messing up the existing versions. So far, I've
> always relied on using ".msi" on Windows and ".dmg" on the Mac.
>
> From the Python site, I read (different version, but still...):
>
> Unpack the archive
André wrote:
> The step that gets me worried is the "make install" one... I don't want it
> to take over as default. I would like to be able to invoke it by typing
> "python3k ..." from anywhere and have it work - while still having
> "python" invoke the default 2.5 version.
You want
make altin