chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Compiling multiple modules into a single executable


From: Evan Hanson
Subject: Re: [Chicken-users] Compiling multiple modules into a single executable
Date: Sun, 16 Oct 2016 21:35:38 +0000

Hi Josh,

On 2016-10-16 21:13, Josh Barrett wrote:
> Oh. Thanks. Can you generate a .import without compiling your module?

You can use the "-analyze-only" flag:

   $ csc -analyze-only -emit-import-library foo foo.scm

Note that you must specify the modules whose import libraries should be
generated with "-emit-import-library" (or "-j") in this case; using "-J" won't
suffice.

Cheers,

Evan



reply via email to

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