[Aldor-l] BUG: -fc=aaa=c.c

Ralf Hemmecke ralf at hemmecke.de
Fri Nov 30 09:44:55 EST 2007


What should you get with ...

aldor -fc=aaa-c.c -fao=aaa-ao.ao -fo=aaa-o.o aaa.as

~/scratch>  ls aaa*
aaa-ao.ao  aaa-c.o  aaa.as  aaa.c

---BEGIN aaa.as
#include "aldor"
foo(): Integer == 42;
---END aaa.as

Happy bug fixing...

Ralf

aldor -hall
....

File options:
   -F <ft>[=<fn>]  Indicate which output files are to be generated.
                   The parameter <ft> is one of:
                     ai      (*) Source after inclusion      (from .as)
                     ap      (*) Macro-expanded parse tree   (from .as)
                     asy     (*) Symbol information
                     ao      (*) Machine-independent object
                     fm      (*) Foam code
                     lsp     (*) Lisp code
                     c       (*) C code
                     c++     (2) C++ code and Aldor stubs
                     o       (*) Object file
                     x       (1) Executable file
                     aldormain (1) Generate `aldormain.c' with function 
`main'.

...

                   If the parameter <fn> is given, it is used as the name of
                   the corresponding output file.

...


BTW, try

   aldor -faldormain aaa.as

and figure out why it doesn't work with 1.1.0.



More information about the Aldor-l mailing list