Brandon J. Van Every scripsit: > 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
Yes, that passes, modulo two annoyances: 1) LD_LIBRARY_PATH needs to have /usr/local/lib on it; 2) chicken-setup needs to be run by root. -- I am expressing my opinion. When my John Cowan honorable and gallant friend is called, [EMAIL PROTECTED] he will express his opinion. This is http://www.ccil.org/~cowan the process which we call Debate. --Winston Churchill _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
