On 18/10/2017 04:15, sugar wrote: > Every time I try to compile (any) source it get errors saying: > solaris gmake[2]: *** [all-recursive] Error 1 > Note: this happens if I use mame or gmake make is not required for compiling, so you should remove it from the picture. What happens when you execute: $ echo 'int main(void) { return 0; }' | gcc -v -x c - && ./a.out && echo $?