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


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

Reply via email to