From: Rob Warnock
Subject: Re: CUMCL and Linux
Date: 
Message-ID: <s8GdnaTIK_2HafnanZ2dnUVZ_t2inZ2d@speakeasy.net>
Gregory W Bennett <········@likelihood.math.uwaterloo.ca> wrote:
+---------------
| I see from the CMUCL pages that there is no 64bit version avaiable.
| I have a 64bit AMD box running Ubuntu 7.10 and would like to know
| whether any of the existing binaries should run in such an environment.
+---------------

1. The existing CMUCL *32-bit* Linux binaries work just fine 
   on 64-bit Linux kernels, at least, with RedHat 2.4.21-20.EL
   and kernels built from 2.6.20. I use them at work all the time.

   I'm not sure about Ubuntu, but assuming Ubuntu didn't do anything
   to break execution of 32-bit Linux binaries on 64-bit kernels,
   it should work there, too.

2. There *is* some work in progress to get a native AMD64 version
   working, but it's been somewhat backburnered due to lack of time.
   You might ask on the "cmucl-devel" list for more info.


-Rob

-----
Rob Warnock			<····@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607

From: Daniel Weinreb
Subject: Re: CUMCL and Linux
Date: 
Message-ID: <c099j.5782$c82.4239@trnddc01>
Rob Warnock wrote:
> Gregory W Bennett <········@likelihood.math.uwaterloo.ca> wrote:
> +---------------
> | I see from the CMUCL pages that there is no 64bit version avaiable.
> | I have a 64bit AMD box running Ubuntu 7.10 and would like to know
> | whether any of the existing binaries should run in such an environment.
> +---------------
> 
> 1. The existing CMUCL *32-bit* Linux binaries work just fine 
>    on 64-bit Linux kernels, at least, with RedHat 2.4.21-20.EL
>    and kernels built from 2.6.20. I use them at work all the time.
> 
>    I'm not sure about Ubuntu, but assuming Ubuntu didn't do anything
>    to break execution of 32-bit Linux binaries on 64-bit kernels,
>    it should work there, too.
> 
> 2. There *is* some work in progress to get a native AMD64 version
>    working, but it's been somewhat backburnered due to lack of time.
>    You might ask on the "cmucl-devel" list for more info.
> 
> 
> -Rob
> 
> -----
> Rob Warnock			<····@rpw3.org>
> 627 26th Avenue			<URL:http://rpw3.org/>
> San Mateo, CA 94403		(650)572-2607
> 
> 

Yes, I can confirm that running 32-bit CMUCL on 64-bit Linux
kernels works just fine.
From: Tim Josling
Subject: Re: CUMCL and Linux
Date: 
Message-ID: <13mceshce2a4429@corp.supernews.com>
On Sun, 16 Dec 2007 12:39:36 +0000, Daniel Weinreb wrote:

>>...
>> 
> 
> Yes, I can confirm that running 32-bit CMUCL on 64-bit Linux
> kernels works just fine.

I found on some versions I had to run it as follows

linux32 --3GB lisp

otherwise it segfaulted in certain cases.

Tim Josling