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: Josh Barrett
Subject: Re: [Chicken-users] Compiling multiple modules into a single executable
Date: Sun, 16 Oct 2016 23:49:44 +0000

That did the trick. Thanks John.


On Sun, Oct 16, 2016, 19:24 John Cowan <address@hidden> wrote:

On Sun, Oct 16, 2016 at 5:35 PM, Evan Hanson <address@hidden> wrote:

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

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

If you use -check-syntax (or equivalently -P) then you can use -J to generate all import libraries.  This is what I normally do.

-- 
 John Cowan          http://vrici.lojban.org/~cowan        address@hidden
A poetical purist named Cowan                   [that's me]
Once put the rest of us dowan.                  [on xml-dev]
"Your verse would be sweeter / If it only had metre
And rhymes that didn't force me to frowan."     [overpacked line!] --Michael Kay
_______________________________________________
Chicken-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/chicken-users

reply via email to

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