Opened 14 years ago

Closed 14 years ago

#115 closed defect (fixed)

Using -host option in setup scripts is incorrect

Reported by: felix winkelmann Owned by:
Priority: major Milestone:
Component: extensions Version: 4.2.x
Keywords: Cc:
Estimated difficulty:

Description (last modified by felix winkelmann)

Using the -host option in setup scripts will not work as intended: the import library for a cross-compiled extension still needs to be target-specific, as it will be used when the extension is loaded into the interpreter. A cross-compiled extension should be simply be also installed for the cross chicken (here we do need -host mode, but for chicken-install, not csc directly).

Change History (2)

comment:1 Changed 14 years ago by felix winkelmann

Description: modified (diff)

comment:2 Changed 14 years ago by felix winkelmann

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.