How to compile/link a multiple files with ECL



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,

remixer

.



Relevant Pages

  • Re: Mobile source location
    ... the build, in particular, code that doesn't compile. ... That's the point of the "private branch": that this code gets built only ... Some development projects can take multiple hours, even multiple days, ... it's often true that the unit tests are still incomplete.) ...
    (comp.lang.java.programmer)
  • Re: Fastest Perl Interpreter
    ... >> My guess, then, is that you want something that has a big network pipe ... >> between the platforms is going to be the C optimiser that you compile ... If you compile perl 5.8.1 with the Electron compiler on ... >> processing can come in from multiple networks or subnets. ...
    (comp.lang.perl.misc)
  • Re: Including headers in my project
    ... > Hi muchan, ... compile only the main.cpp and see if it causes error or warnings. ... or inconsistency of these keywords may cause multiple definitions... ... so check the line number of that error, then see what type it try to declare, ...
    (microsoft.public.vc.language)
  • Re: Inheritance
    ... I would not define that as "multiple inheritance"... ... to include the b.h file to declare this pointer. ... The proble starts when, in class b, I declare a pointer ... This will not compile with out me including the header file c.h. ...
    (microsoft.public.vc.mfc)
  • Re: Problems with packages
    ... can compile it, but a cant run. ... You can combine class files from multiple directory roots with -classpath when you start Java. ... You can combine source files from multiple source directory roots into one output directory with -sourcepath. ...
    (comp.lang.java.programmer)