#60 closed defect (fixed)
reactivate SONAME
Reported by: | felix winkelmann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | build system | Version: | 4.1.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
Some packaging systems prefer libraries with SONAME set, so support for it should be added.
Attachments (1)
Change History (6)
comment:1 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
It appears now that Chicken-compiled programs can no longer load modules. When the attached program is compiled it prints:
Error: (require) cannot load extension: matchable
Call history:
##sys#require <--
Changed 15 years ago by
comment:3 Changed 15 years ago by
Owner: | set to felix winkelmann |
---|---|
Status: | reopened → accepted |
I committed a fix, but have to test it more on my home machine. This may still not work completely.
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
I think this has been fixed now (r15603).
Note: See
TracTickets for help on using
tickets.
Functionality has been added in r15445.