Opened 14 years ago

Last modified 14 years ago

#115 closed defect

Using -host option in setup scripts is incorrect — at Version 1

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 (1)

comment:1 Changed 14 years ago by felix winkelmann

Description: modified (diff)
Note: See TracTickets for help on using tickets.