by kas1e » Sat Jan 16, 2016 9:56 pm
I tried to compile it with g++ and std=c++11 , so:
> ppc-amigaos-g++ -std=c++11 -c test.c -o test.o
test.c: In function 'int main()':
test.c:30:19: error: 'strcasecmp' was not declared in this scope
And if:
> ppc-amigaos-g++ -std=c++11 -std=gnu99 -c test.c -o test.o
cc1plus: warning: command line option '-std=gnu99' is valid for C/ObjC but not for C++
But i need -std=c++11.