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


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to