<< getdynlibext Link Dinâmico/incremental ilib_build >>

Scilab Help >> Link Dinâmico/incremental > haveacompiler

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


Report an issue
<< getdynlibext Link Dinâmico/incremental ilib_build >>