Hallo,

On 10/18/07, John Cowan <[EMAIL PROTECTED]> 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/


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to