Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#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".

Change History (2)

comment:1 Changed 13 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

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

comment:2 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.