Re: How to compile/link a multiple files with ECL



"remixer" <remixer1@xxxxxxxxx> writes:

>
> I am able to compile a single file using ECL
> http://ecls.sourceforge.net/
>
> I want to know how one compiles/links a larger project with multiple
> packages spread across multiple files/directories. Thanks,

The three popular choices are:
1. Use one of the DEFSYSTEM variants.
2. Use ASDF.
3. Roll your own script as a lisp file that you load which then
proceeds to compile and load your system.

--
Thomas A. Russ, USC/Information Sciences Institute

.



Relevant Pages

  • Re: Multiple c files
    ... > combined code of multiple C files. ... The single file should include the ... file a.c THEN file b.c. Compile, save the object file. ...
    (comp.lang.c)
  • Re: Dependency analysis
    ... >I needed some help in figuring out how to approach the following ... > then import all its dependencies and check for their dependencies and ... jars them into a single file? ... compile that one class you use. ...
    (comp.lang.java.programmer)
  • Re: Use of libraries
    ... when I'm developing them I only have to compile a single file (the ... Yes, I have a makefile, but I can compile and rerun the test before ...
    (comp.lang.vhdl)
  • Re: Why doesnt C# allow incremental compilation like Java?
    ... after every single change I make to a single file. ... files to get a unit of work done, and compile that. ... the GUI, test, and make changes, and test without having to relaunch ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Why doesnt C# allow incremental compilation like Java?
    ... after every single change I make to a single file. ... files to get a unit of work done, and compile that. ... That's a slightly different feature - edit and continue - which I'm ...
    (microsoft.public.dotnet.languages.csharp)