chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Building Chicken on x86_64 system: all well


From: Brandon J. Van Every
Subject: Re: [Chicken-users] Building Chicken on x86_64 system: all well
Date: Tue, 25 Jul 2006 01:08:06 -0700
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

John Cowan wrote:
I was able to build Chicken 2.41 successfully on a x86_64 system
running SuSE Linux.  I copied the darcs head from another system
(no darcs on that box) and built it using both autotools and
CMake.  All well.

Obviously this is not an exhaustive test.

With CMake can you do:

;;; in a file called x.scm:
(print 123)

csc -s x.scm
csi -nbq x                   (should load x.[so|dll])

- Extension test:

rm x.so       / del x.dll
chicken-setup x         ; the file above
csi -R x



Cheers,
Brandon Van Every




reply via email to

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