Summary
Using -host option in setup scripts is incorrect
Metadata
- Id: 0d409715010ee25ede68173d17dbcc71477ee38d
- Trac id: 115
- Type: defect
- Reporter: felix
- Owner:
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone:
- Version: 4.2.x
- Changetime: 2010-01-13 19:07:02 UTC
- Created: 2009-11-11 13:45:04 UTC
- Keywords:
Description
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).