Summary

Applying PROGRAM_PREFIX/SUFFIX to libchicken may not be correct for cross-chicken

Metadata

Description

Otavio Salvado reported that compiling for the target wants to link with "lib<PROGRAM_PREFIX>chicken<PROGRAM_SUFFIX>", which is not fully correct, since the target library is for a different installation.

This can be overridden with TARGET_LIB_NAME during installation, but should perhaps by default be "libchicken".

Changes and comments

[2011-06-18 12:25:41 UTC] felix changed status from new to closed

[2011-06-18 12:25:41 UTC] felix set resolution to fixed

[2011-06-18 12:25:41 UTC] felix wrote:

The default library name has been changed to "libchicken" (experimental).

[2012-09-24 21:47:48 UTC] felix changed milestone from 4.8.0 to 4.9.0

[2012-09-24 21:47:48 UTC] felix wrote:

Milestone 4.8.0 deleted