[Ecls-list] command line arguments

Ben benbelly at gmail.com
Wed Aug 16 19:53:43 UTC 2006


Oh, this is embarrassing.  I've had the files in the wrong order this
whole time.  I retyped everything from the beginning and it worked.
When I compared the two versions I saw my foolish mistake.  Sorry.

-Ben

On 8/16/06, Juan Jose Garcia-Ripoll
<juanjose.garciaripoll at googlemail.com> wrote:
>
> There is a rather complete example in the "examples" directory in the
> sources. It explains how to build DLLs, libraries, FASL and standalone
> executables. Just read the comments.
>
> Juanjo
>
>
> 2006/8/16, Ben <benbelly at gmail.com>:
> >
> Thanks!  That worked great.  I have everything working like I want it.
> Now I would like to break up the code to look a little nicer.  I have
> three .lisp files that I would like to compile and link together into
> one .EXE file.  I'm having trouble doing that.  How do I reference the
> code in a seperate .lisp file (that define a separate package) in a
>  way that compiles/links nicely into a single .EXE?
>
> Did my question make sense?  Need more detail?  Is there somewhere I
> should be looking besides the ECL Developer's Guide?
>
> Thanks,
> -Ben
>
> On 8/15/06, Michael Price < ectospheno at gmail.com> wrote:
> > On 8/15/06, Ben <benbelly at gmail.com> wrote:
> > > I apologize if this is in the documentation and I missed it.  How do I
> > > access command line arguments?
> >
> > I asked this same question back in February and was given the following
> answer:
> >
> > (si::argv <index>)
> > (si::argc)
> >
> > Those are functions, not variables.
> >
> > Michael
> >
>




More information about the ecl-devel mailing list