Summary
c-objects should be compiled with proper C compiler flags
Metadata
- Id: 466c64789e45896e9d86a51d035544ea55104e18
- Trac id: 1659
- Type: defect
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty: easy
- Resolution: fixed
- Priority: major
- Milestone: 5.2
- Version: 5.1.0
- Changetime: 2019-12-18 12:35:16 UTC
- Created: 2019-12-13 23:24:21 UTC
- Keywords:
Description
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.
Changes and comments
[2019-12-13 23:24:30 UTC] felix changed status from new to assigned
[2019-12-13 23:24:30 UTC] felix set owner to felix
[2019-12-18 12:35:16 UTC] kooda changed status from assigned to closed
[2019-12-18 12:35:16 UTC] kooda set resolution to fixed
[2019-12-18 12:35:16 UTC] kooda wrote:
This should be fixed by 8b91505af51bb2589aef786e9d2fe12496c466cd