can't make with gcc on solaris 11.3

Mason slash.tmp@free.fr
Thu Oct 19 09:05:00 GMT 2017


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 $?



More information about the Gcc-help mailing list