[Zope] Zope running on LinuxPPC
Michel Pelletier
michel@digicool.com
Wed, 12 Jan 2000 13:41:09 -0500
> -----Original Message-----
> From: Darcy Clark [mailto:darcyc@engin.umich.edu]
> Sent: Wednesday, January 12, 2000 12:24 PM
> To: zope@zope.org
> Subject: [Zope] Zope running on LinuxPPC
>
>
> I'm curious - has anyone compiled Zope to run on LinuxPPC ?
I remember hearing it could, but I've never done it.
> Should be
> do-able right ?
Absolutely. All of Zope's C code is ANSI and strictly Python module
extensions, if LinuxPPC can compile python, it can compile Zope.
If it doesn't, it's probably because there isn't a Python LinuxPPC
makefile. Easy enough to fix.
-Michel