chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] [PATCH 0/2][chicken-5] csc flag for linking with objec


From: Evan Hanson
Subject: [Chicken-hackers] [PATCH 0/2][chicken-5] csc flag for linking with objects from extensions
Date: Sun, 3 Apr 2016 15:40:43 +1200

Hi folks,

Here's a patchset that adds a simple way to link with object files from
extensions. With it, "csc -link foo ..." adds "foo.o" from either the
current directory or extension repository to the csc's link step, and
"-uses" it as a unit. It also reinstates "(static <filename> ...)" as a
way to specify alternate object filenames for an extension in its
setup-info file.

Currently, this works with the tagged versions of the srfi-1, srfi-13,
srfi-14, srfi-18, and scan-input-lines eggs from release/5 in the SVN
repository (and the trunk versions of a few others), which install
compiled units along with their shared libraries.

Cheers,

Evan

Attachment: 0001-Add-link-flag-for-linking-with-objects-from-extensio.patch
Description: Text Data

Attachment: 0002-Respect-the-ignore-repository-option-when-linking-wi.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]