Summary
Applying PROGRAM_PREFIX/SUFFIX to libchicken may not be correct for cross-chicken
Metadata
- Id: 933aab31691a0e77b54ad1013915eb17fd73fd36
- Trac id: 595
- Type: defect
- Reporter: felix
- Owner: felix
- Cc:
- Status: closed
- Component: build system
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: 4.9.0
- Version: 4.7.x
- Changetime: 2012-09-24 21:47:48 UTC
- Created: 2011-06-14 11:16:39 UTC
- Keywords: libchicken crossdev
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