detect if you have a C compiler.
bOK=haveacompiler()
:bOK returns %T a C compiler has been found. :
Detect if a C compiler is available on the system.
Please note that due to the multi vendors aspect in the Unix world (Mac OS X, Unix or various GNU/Linux distributions), this function always returns True for these operating system.
bOK = haveacompiler();