chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Build failure on mixed 32/64 Linux


From: Alex Queiroz
Subject: Re: [Chicken-users] Build failure on mixed 32/64 Linux
Date: Thu, 18 Oct 2007 17:42:54 -0300

Hallo,

On 10/18/07, John Cowan <address@hidden> wrote:
> I'm trying to build Chicken on a x86_64 Linux system where i486 is the
> target (IOW, 64-bit kernel with 32-bit userland).  That doesn't work.
>
> Here's the failure point:
>

     Your config-arch.sh script is guessing the amd64 arch but your C
compilers wants 32-bit code. You can simply tweak config-arch.sh to
return x86 for the time being. In the long run the Makefiles can be
changed to use an ARCH variable given in the command line.

Cheers,
-- 
-alex
http://www.ventonegro.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]