blissc
blissc copied to clipboard
Main routine not recognized
On OS X systems, specifying a main routine with the MAIN= switch on a MODULE declaration has no effect. Instead, you have to specify the main entry point when linking the object.
This may also be true on ELF systems; need to check.