chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Is chicken supported on 32 bit Linux?


From: John Long
Subject: Re: [Chicken-users] Is chicken supported on 32 bit Linux?
Date: Tue, 28 May 2013 14:49:18 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, May 28, 2013 at 02:36:58PM +0000, Mario Domenech Goulart wrote:
> Hey John
> 
> On Tue, 28 May 2013 14:25:09 +0000 John Long <address@hidden> wrote:
> 
> > Warning: in local unknown procedure,
> >   in local unknown procedure,
> >   in toplevel unknown procedure:
> >   (library-tests.scm:168) in procedure call to `max', expected argument #1 
> > of type `number', but was given an argument of type `symbol'
> > gcc a.c -o a.o -c  -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H 
> > -DC_ENABLE_PTABLES -O3 -fomit-frame-pointer -I.. 
> > -I"/usr/local/include/chicken"
> > rm a.c
> > gcc a.o -o a.out -L.. -L"/usr/local/lib"  -Wl,-R"/usr/local/lib" -lchicken 
> > -lm -ldl
> 
> How did you call make to build, install and check chicken?

make PLATFORM=linux
su
make PLATFORM=linux install
exit
make PLATFORM=linux check

> 
> Do you have libchicken.so in /usr/local/lib?

Yes, it is a symlink to libchicken.so.6 also in /usr/local/lib

> If so, is it the one installed by chicken-4.8.0.3?

Yes, it has today's date and time on it.

Thanks.



reply via email to

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