Opened 15 years ago
Last modified 15 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 )
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).
Note: See
TracTickets for help on using
tickets.