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: John Cowan
Subject: Re: [Chicken-users] Building Chicken on x86_64 system: all well
Date: Tue, 25 Jul 2006 08:52:20 -0400
User-agent: Mutt/1.3.28i

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,         address@hidden
he will express his opinion.  This is           http://www.ccil.org/~cowan
the process which we call Debate.                   --Winston Churchill




reply via email to

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