missing -l command line option? (openmcl 0.31)

Rick Taube <[email protected]> Sat, 26 Oct 2002 17:13:42 -0500
Newsgroups gmane.lisp.openmcl.bugs
Message-ID <p05100300b9e0c13b37f7@[128.174.103.145]>
Hi, Im using the binary release of OpenMCL/Darwin 0.31 to port my music software   (Common Music) to OpenMCL. There seems to be a disagreement between what invocation.html says and what dppccl actually supports in the way of command line arguments. I want to have a script that starts up OpenMCL with my image and a file to load.  The html doc invocation.html says:

  -l path (or --load <path>). Executes (load "<path>"). 

but dppccl --help

says:

  dppccl <options>
         or /Users/Faculty/hkt/ccl/dppccl <image-name>
         where <options> are one or more of:
        -h, --help : this text
        -R, --heap-reserve <n>: reserve <n> (default: 1073741824)
                 bytes for heap expansion
        -S, --stack-size <n>: set size of initial stacks to <n> 
        -b, --batch: exit when EOF on *STANDARD-INPUT*
        --no-sigtrap : obscure option for running under GDB
        -I, --image-name <image-name>


The -l and the -e options would be very helpful. Is there some way In the curent release that I can load a file from my script file?

and thanks for openmcl, its great.

best,
RIck Taube