Summary

Using -host option in setup scripts is incorrect

Metadata

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).

Changes and comments

[2009-11-11 13:45:25 UTC] felix changed description

[2010-01-13 19:07:02 UTC] felix changed status from new to closed

[2010-01-13 19:07:02 UTC] felix set resolution to fixed