chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] compiling 32bit chicken on x86_64


From: Daishi Kato
Subject: [Chicken-users] compiling 32bit chicken on x86_64
Date: Wed, 29 Oct 2008 23:33:31 +0900
User-agent: Wanderlust/2.15.6 (Almost Unreal) Emacs/21.4 Mule/5.0 (SAKAKI)

Hi,

Has anybody tried compiling 32bit chicken on x86_64?
I made a special Makefile, but giving me an error.
I'm totally not sure if this is the right way or not.
Thanks for any comments.

Best,
Daishi

% diff Makefile.linux Makefile.linux32 
30c30
< ARCH = $(shell sh config-arch.sh)
---
> ARCH = x86
34c34,35
< C_COMPILER_OPTIONS = -fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H
---
> C_COMPILER_OPTIONS = -fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H -m32
> LINKER_OPTIONS = -m32




reply via email to

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