Opened 11 years ago
Closed 11 years ago
#1052 closed defect (fixed)
csc assumes install_name_tool is in the path
Reported by: | felix winkelmann | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.9.0 |
Component: | build system | Version: | 4.8.x |
Keywords: | csc install_name_tool | Cc: | |
Estimated difficulty: |
Description
With newer Xcode versions (4, 5), the developer tools are no longer in the PATH. It should be possible to override location and name of install_name_tool
in the make(3)
invocation (or in CONFIG
) and the build system should store this information in chicken-config.h
so that csc
is able to use it.
Change History (2)
comment:1 Changed 11 years ago by
Milestone: | someday → 4.9.0 |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed by c6a6a26225620b566f8bc487cc4180de55555a2a
Note: See
TracTickets for help on using
tickets.
Maybe something to look at for 4.9.0, as it will probably be another year before 4.10.0 will be released...