checkGCC: Checks the local host for GCC version in the path
Description
Performs operating system dependent check for availability of GCC.
Usage
checkGCC(OS.type = .Platform$OS.type)
Value
TRUE
if GCC check is successful, otherwise FALSE
.
Arguments
- OS.type
Character specifying operating system type. Defaults to .Platform$OS.type
.