Attempt to compile the final binary with librealtime (-lrt) explicitly linked and then again without when the library does not exist. (guess by compile failure)
Fixes failure to compile the generated C program on platforms where the **-lrt** switch is not necessary to bring in **clock_gettime** and friends from **time.h**, such as Mac OS.