Summary

c-objects should be compiled with proper C compiler flags

Metadata

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