PL/I programs are compiled by running plic -ew -ed "-cn(^)" {file} -o {file}.o for each submitted file, and then linking all the resulting object files with ld -Bstatic -m elf_i386 --allow-multiple-definition -e main -o {executable} {o-files} -L {path/to/pli/lib} -lprf.
We use the Iron Spring PL/I compiler to compile PL/I.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article