[Oberon] Oberon program compilation, linking and execution on Windows or Linux.

Srinivas Nayak sinu.nayak2001 at gmail.com
Fri Jan 29 18:18:57 CET 2016


Dear All,

Normally a C program when compiled, produces object file.
Object file contains machine level code and symbol table.
Object files (along with library object files) are linked using a linker to generate an executable file.
Finally loader takes care of loading the shared libraries and executing the program.

How these things happen for Oberon language programs on Windows or Linux?
Any document describes this in detail (mostly what happens after finishing typing a Oberon Program to program execution start)?


With thanks and best regards,

Yours sincerely,
Srinivas Nayak

Home: http://www.mathmeth.com/sn/
Blog: http://srinivas-nayak.blogspot.in/


More information about the Oberon mailing list