haveacompiler
detect if you have a C compiler.
Syntax
bOK=haveacompiler()
Arguments
- bOK
returns %T a C compiler has been found.
Description
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. |
Examples
bOK = haveacompiler();
See also
- supported compilers — supported and compatible compilers by Scilab
- findmsvccompiler — detects Microsoft C Compiler
Report an issue | ||
<< getdynlibext | Link Dinâmico/incremental | ilib_build >> |