26.08.2017, 09:12
Quote:
What version of gcc do you currently have installed?
Also you can just add '-std=c99' to the makefile in order to invoke a C99 compiler. Calling /usr/bin/c99 instead of /usr/bin/gcc on an Ubuntu system, this points to a script which invokes gcc after having added the -std=c99 flag, which is precisely what you want |
