Opened 4 years ago

Closed 4 years ago

#1659 closed defect (fixed)

c-objects should be compiled with proper C compiler flags

Reported by: felix winkelmann Owned by: felix winkelmann
Priority: major Milestone: 5.2
Component: extensions Version: 5.1.0
Keywords: Cc:
Estimated difficulty: easy

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.

Change History (2)

comment:1 Changed 4 years ago by felix winkelmann

Owner: set to felix winkelmann
Status: newassigned

comment:2 Changed 4 years ago by Kooda

Resolution: fixed
Status: assignedclosed

This should be fixed by 8b91505af51bb2589aef786e9d2fe12496c466cd

Note: See TracTickets for help on using tickets.