chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Openssl with csc -deploy


From: Evan Hanson
Subject: Re: [Chicken-users] Openssl with csc -deploy
Date: Sat, 9 May 2015 09:44:38 +1200

Hi Nick,

I've used the following commands for this. The only difference is the
third command, which copies CHICKEN's core libraries into the deployment
directory. I have a hunch as to why this makes the difference, but it's
orthogonal to your problem, so for now can you just try adding
`chicken-install -i foo` to your build process and see if this works?

    $ cat foo.scm
    (use http-client)
    (print (call-with-input-request "https://call-cc.org"; #f (cut read-string 
#f <>)))
    $ csc -deploy foo
    $ chicken-install -i foo
    $ chicken-install -p foo -deploy http-client openssl
    $ ./foo/foo
    [... response ...]

Cheers,

Evan

Attachment: signature.asc
Description: Digital signature


reply via email to

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