I'm trying to compile
Pianobar on my Tiny Core 3.5.1 install. I grabbed the compiletc.tcz extension and all of the dependencies I should need. When I run make, I get an error that c99 was not found. As far as I know, c99 is part of gcc.
Is there any reason c99 was excluded from the gcc extension? Is there anything I can do about it without rebuilding gcc?
SOLVED:
Edited the Makefile, set CC=gcc and added the -std=c99 CFLAG.