[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Always regenerate import libraries in setu
From: |
kooda |
Subject: |
Re: [Chicken-hackers] [PATCH] Always regenerate import libraries in setup-mode |
Date: |
Mon, 06 May 2019 13:04:59 +0200 |
User-agent: |
OtterMail |
Evan Hanson <address@hidden> wrote:
> Here's a new version that uses a flag.
Thanks! I’ve applied this.
> There's also a supporting bugfix dealing with static-only extension
> libraries (that's the first patch).
I don’t think that patch is right. If you emit import libraries from the
static builds, you will not be able to import modules from the evaluator
when the modules are statically linked, because the module registration
code is taken out.
- Re: [Chicken-hackers] [PATCH] Always regenerate import libraries in setup-mode,
kooda <=