[Chicken-users] compiling 32bit chicken on x86_64

2008-10-29 Thread Daishi Kato
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 = x

Re: [Chicken-users] compiling 32bit chicken on x86_64

2008-10-29 Thread felix winkelmann
On Wed, Oct 29, 2008 at 3:33 PM, Daishi Kato <[EMAIL PROTECTED]> wrote: > 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. Can you give us the error m

Re: [Chicken-users] compiling 32bit chicken on x86_64

2008-10-29 Thread Daishi Kato
Here it is: make -f Makefile.linux32 all make[1]: Entering directory `/home/daishi/src/chicken-3.2.0' gcc -m32 -shared \ -o libchicken.so library.o eval.o data-structures.o extras.o lolevel.o utils.o tcp.o srfi-1.o srfi-4.o srfi-13.o srfi-14.o srfi-18.o srfi-69.o posixunix.o regex.o scheduler

Re: [Chicken-users] compiling 32bit chicken on x86_64

2008-10-30 Thread Sven Hartrumpf
Thu, 30 Oct 2008 09:25:12 +0900, daishi wrote: > make -f Makefile.linux32 all > make[1]: Entering directory `/home/daishi/src/chicken-3.2.0' > gcc -m32 -shared \ > -o libchicken.so library.o eval.o data-structures.o extras.o lolevel.o > utils.o tcp.o srfi-1.o srfi-4.o srfi-13.o srfi-14.o srfi-

Re: [Chicken-users] compiling 32bit chicken on x86_64

2008-10-30 Thread Daishi Kato
At Thu, 30 Oct 2008 08:34:32 +0100 (CET), Sven Hartrumpf wrote: > > Thu, 30 Oct 2008 09:25:12 +0900, daishi wrote: > > > make -f Makefile.linux32 all > > make[1]: Entering directory `/home/daishi/src/chicken-3.2.0' > > gcc -m32 -shared \ > > -o libchicken.so library.o eval.o data-structures.o

Re: [Chicken-users] compiling 32bit chicken on x86_64

2008-11-14 Thread Daishi Kato
At Fri, 31 Oct 2008 00:47:47 +0900, Daishi Kato wrote: > > At Thu, 30 Oct 2008 08:34:32 +0100 (CET), > Sven Hartrumpf wrote: > > > > Thu, 30 Oct 2008 09:25:12 +0900, daishi wrote: > > > > > make -f Makefile.linux32 all > > > make[1]: Entering directory `/home/daishi/src/chicken-3.2.0' > > > gcc