Opened 6 years ago

Closed 3 years ago

#1449 closed defect (wontfix)

Chicken fails to install when built statically

Reported by: jrobbins Owned by:
Priority: major Milestone: someday
Component: build system Version: 4.13.0
Keywords: Cc:
Estimated difficulty: trivial

Description

When STATICBUILD=1 is specified to make, Chicken fails to install, complaining about a missing setup-api.so; this is due to a portion of the makefile that tries to install some .so files even when the build is static. Attached is a patch to fix the issue (tested only on the Linux platform).

Attachments (1)

diff.txt (686 bytes) - added by jrobbins 6 years ago.

Download all attachments as: .zip

Change History (2)

Changed 6 years ago by jrobbins

Attachment: diff.txt added

comment:1 Changed 3 years ago by sjamaan

Resolution: wontfix
Status: newclosed

This is about CHICKEN 4, at this point I highly doubt we'll ever make a new release in that series.

Feel free to open a new ticket if you find this is still a problem with CHICKEN 5.

Note: See TracTickets for help on using tickets.