[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-janitors] #1287: csc -deploy fails with modules
From: |
Chicken Trac |
Subject: |
Re: [Chicken-janitors] #1287: csc -deploy fails with modules |
Date: |
Fri, 27 May 2016 15:20:37 -0000 |
#1287: csc -deploy fails with modules
----------------------+---------------------
Reporter: nxg | Owner:
Type: defect | Status: new
Priority: major | Milestone: someday
Component: unknown | Version: 4.10.x
Resolution: | Keywords:
----------------------+---------------------
Comment (by zbigniew):
OK, the problem is you're trying to use an extension (hello.so) that
hasn't been deployed. When you built hello.so, it wasn't linked for
deployment (as evidenced by the fact that it didn't get put into the main/
directory).
I don't know if it's possible to deploy a shared library directly. You
may have to make it into an extension and deploy it into the main/
directory with chicken-install. People with experience in using -deploy
are welcome to chime in.
--
Ticket URL: <http://bugs.call-cc.org/ticket/1287#comment:8>
CHICKEN Scheme <http://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/23
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/24
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/26
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/26
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/26
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/27
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/27
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/27
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules,
Chicken Trac <=
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/27
- Re: [Chicken-janitors] #1287: csc -deploy fails with modules, Chicken Trac, 2016/05/27