[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:09:32 -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):
I have no idea how deploy is supposed to work but I can say 2 things:
1) can reproduce the problem on 4.8.0.6 with OS X 10.11.4
2) why does hello.so refer to the absolute path of the libchicken.dylib,
while main refers to the @executable_path?
$ otool -L hello.so
hello.so:
/Users/jim/local/chicken/4.8.0.6/lib/libchicken.dylib
(compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 1226.10.1)
$ otool -L main
main:
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
(compatibility version 150.0.0, current version 1258.1.0)
@executable_path/libchicken.dylib (compatibility version 1.0.0,
current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 1226.10.1)
--
Ticket URL: <http://bugs.call-cc.org/ticket/1287#comment:7>
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 <=
- 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