Hacker Newsnew | past | comments | ask | show | jobs | submit | mariuscoto's commentslogin

http://okta.com is not working



Can I build this using gcc ?


Sure:

    gcc -o 2048 2048.c
Ignore all the warnings.


That was the first command I have tried, but I get many of those: error: use of undeclared identifier 'X'. I am running OSX.


If you haven't installed gcc on your OSX, the command gcc actually calls clang.

http://stackoverflow.com/questions/19535422/os-x-10-9-gcc-li...


It sounds like the result of g++


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: