[openamq-dev] PAL Usage
Martin Sustrik
sustrik at imatix.com
Fri Mar 23 10:02:58 CET 2007
Carl,
> Please could you tell me what the executable name is for calling PAL
> scripts. I've tried PAL -h and expected to get a list of commands as
> described in the documentation e.g.
I've already replied on the forum, but here it is again:
Keep in mind that PAL is a compiled language. I.e. 'pal' command
compiles your pal script, making an executable. The executable then
accepts the command line options you've listed.
$ pal demo.pal
2007/03/23 06:24:06: gsl/4 M: Generating demo.c…
Compiling demo…
Linking demo…
$ ./demo -s 127:0.0.1:5672
…
Martin
More information about the openamq-dev
mailing list