The fgllink tool assembles p-code modules produced with fglcomp into a .42r program or a .42x library.
fgllink [options] -o outfile.42x module.42m [...]
fgllink [options] -o outfile.42r { module.42m | library.42x } [...]
| Option | Description | 
|---|---|
| -V | Display version information for the tool. | 
| -h | Displays options for the tool. Short help. | 
| -e extfile[,...] | Specify a C extension module to be loaded. This option can take a comma-separated list of extensions. | 
| -o { progname.42r | libname.42x } | Output file specification, it can be a 42r program or a 42x library. | 
| otheroption | Other options are passed to fglrun for linking. | 
fgllink -o myprog.42x module1.42m module2.42m lib1.42x