From mint-bounce@lists.fishpool.fi Sun Dec 13 23:36:59 2009 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=UkPB+OeO9N/k7cf06QrATW6VahkXjCDAngpH/pJNN7U=; b=BlE4uTPBToprgF/1GNzhy20/rusLYUl/pRvEBodQEVli1ZsrWXgqtdREwvCBLVib4W wl521+QbXc1beetuAAgEwyBxkz8t3jSzzbSPYcowr8NTLnHGAQJuTH4oXLDanQ7pc8Or OZealfo1LmidS2ySkAkesaSLpARlYDJ8s9ulQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=GCR3/NXrdOb1SQJrgC+UQrWmgch2wXoPkDLeQ8c5mrCV/ANL5FQBl1vMA65TvyElPT Qh2MRj5YO41KmDiyliePmnfNXbQ6fdf2JpnIqOdB5iVSHdfuG4jMLennIV/A4qW8fsjH YEWQIV+FHgj92OXmXNhsU0+eGPfQPcp4cdCAM= MIME-Version: 1.0 In-Reply-To: <1260645536.20336.1242.camel@jetpack.demon.co.uk> References: <200912121354.01908.oak@helsinkinet.fi> <1260645536.20336.1242.camel@jetpack.demon.co.uk> Date: Mon, 14 Dec 2009 15:32:14 +1100 Message-ID: <11a6f2b10912132032k345cba81q165e7a398ecfd45a@mail.gmail.com> Subject: Re: [MiNT] Python modules From: Paul Wratt To: mint Content-Type: text/plain; charset=ISO-8859-1 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: paul.wratt@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: On Sun, Dec 13, 2009 at 6:18 AM, Alan Hourihane wrote: > On Sat, 2009-12-12 at 16:16 +0100, Miro Kropacek wrote: >> >> If the project isn't very complicated, writing your own >> Makefiles >> (using GNU Make wildcard, pattern replacement and suffix >> rules) >> for it might be faster. Then it will compile faster too. :-) >> The trouble is it is quite complicated :) >> >> But: success! I not only managed to compile python static but I also >> managed to cross compile it. And best part: I can't take credit for >> any of of it, embedded guys rule ;-) >> >> If someone interested, I can publish Python 2.6 with the most common >> modules, CMake (wasn't that trivial to compile either) and SCons as >> classic .tar.bz2 packages for /usr/local. Btw, that CMake was quite >> nice test case for g++, it heavily uses templates and stuff, I needed >> to increase stack for several hundreds of KB. But for both Python and >> CMake all tests passed OK! > > Cool. But Gentoo uses python exclusively for it's package management. > > http://gentoo.atariforge.net/files/ > > has all my files including my current static python build. > > I do have a current python modular build with the new dld code though > that's not quite ready yet. > > Alan. > this is good to know also, how long before dld is useful? BTW is that gentoo on m68k? Paul