chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] Add initial version of (chicken base)


From: Evan Hanson
Subject: Re: [Chicken-hackers] [PATCH] Add initial version of (chicken base)
Date: Tue, 19 Sep 2017 16:28:20 +1200

On 2017-09-18 12:06, address@hidden wrote:
 - Type of loadable "thing":
   - Source
   - Compiled shared object
   - Compiled static object
   - Compiled archive (effectively a static object containing multiple
     units, so probably doesn't deserve to be a separate item...)

- Compiled dynamic archive, containing multiple units (e.g. libchicken.so)

Ah yes, of course. This is still done with 'load-library', e.g.

 (load-library '<unit> "./libfoo.so")

So that last bullet should actually be two items, I guess, for both
static and dynamic multi-unit libraries.

Cheers,

Evan



reply via email to

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