Re: can't make with gcc on solaris 11.3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux