Re: Pico build problem on Mac OS X 10.6

2009-09-07 Thread Alexander Burger
On Sun, Sep 06, 2009 at 10:48:17PM +0200, Jon Kleiser wrote: I've just installed Mac OS X 10.6, aka Snow Leopard, on a partition on my Mac (Intel Core 2 Duo, which probably means 32 bit only), and I was ... picolisp). The results weren't too nice, but I'm not sure what the As I'm going to

Re: The 64-bit version is complete

2009-09-07 Thread Alexander Burger
And thanks to you, Robert, as this was all done on your server! Cheers, - Alex -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Re: The 64-bit version is complete

2009-09-07 Thread TC
On Mon, 7 Sep 2009, Alexander Burger wrote: On Sun, Sep 06, 2009 at 04:28:04PM -0300, TC wrote: I don't see it in the repo, maybe you forgot to _push_? Ah, sorry, then we have a misunderstanding. As far as I remember, we agreed that I will not push ongoing development code (i.e. the 64-bit

Re: The 64-bit version is complete

2009-09-07 Thread Alexander Burger
On Mon, Sep 07, 2009 at 03:12:21AM -0300, TC wrote: ... it would be nice if core changes were kept in the repository, everyone should be free to work the way they prefer. Right, this is better. So I'll keep the repo in sync. I'm eager to see what pL will turn into :D (of course, I'll help

Re: Pico build problem on Mac OS X 10.6

2009-09-07 Thread Jon Kleiser
On 9/7/09 7:53 AM, Alexander Burger wrote: On Sun, Sep 06, 2009 at 10:48:17PM +0200, Jon Kleiser wrote: I've just installed Mac OS X 10.6, aka Snow Leopard, on a partition on my Mac (Intel Core 2 Duo, which probably means 32 bit only), and I was ... picolisp). The results weren't too nice, but

Re: Pico build problem on Mac OS X 10.6

2009-09-07 Thread Robert Wörle
btw a Intel Core 2 Duo can do both 32bit and 64bit. So maybe your MAC runs it on 64bit ?? But will the 64-bit Pico Lisp run on a machine (my Mac) that is 32-bit only ??? /Jon -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Re: Pico build problem on Mac OS X 10.6

2009-09-07 Thread Alexander Burger
Hi Jon, But will the 64-bit Pico Lisp run on a machine (my Mac) that is 32-bit only ??? Oops, no. But in another thread we had this discussion about Snow Leopard, and we expect this to be fully 64 bits. Cheers, - Alex -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Re: Pico build problem on Mac OS X 10.6

2009-09-07 Thread John Duncan
I think what may be happening is gcc is trying to build a universal =20 executable and can't find any ia64 stuff. Try this change in Makefile: from: ifeq ($(shell uname), Darwin) OS =3D Darwin PICOLISP-FLAGS =3D -lc -lm -ldl to: ifeq ($(shell uname), Darwin) OS =3D