#595 closed defect (fixed)
Applying PROGRAM_PREFIX/SUFFIX to libchicken may not be correct for cross-chicken
Reported by: | felix winkelmann | Owned by: | felix winkelmann |
---|---|---|---|
Priority: | minor | Milestone: | 4.9.0 |
Component: | build system | Version: | 4.7.x |
Keywords: | libchicken crossdev | Cc: | |
Estimated difficulty: |
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".
Note: See
TracTickets for help on using
tickets.
The default library name has been changed to "libchicken" (experimental).