[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
#1659: c-objects should be compiled with proper C compiler flags
From: |
Chicken Trac |
Subject: |
#1659: c-objects should be compiled with proper C compiler flags |
Date: |
Fri, 13 Dec 2019 22:24:21 -0000 |
#1659: c-objects should be compiled with proper C compiler flags
-----------------------------------------+------------------------
Reporter: felix winkelmann | Type: defect
Status: new | Priority: major
Milestone: 5.2 | Component: extensions
Version: 5.1.0 | Keywords:
Estimated difficulty: easy |
-----------------------------------------+------------------------
Currently a dynamically compiled `c-object` component in an egg is not
compiled with (among others) `-fPIC`, which is required when linked into a
dynamic object.
Probably this just needs adding `-s` when compiling the c-object in
dynamic mode.
--
Ticket URL: <https://bugs.call-cc.org/ticket/1659>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.
- #1659: c-objects should be compiled with proper C compiler flags,
Chicken Trac <=