Created
January 6, 2010 23:51
-
-
Save pavelz/270822 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcc -g -O2 -DRUBY_EXPORT -D_GNU_SOURCE=1 -I. -I. -c math.c | |
math.c:37:13: error: missing binary operator before token "(" | |
make: *** [math.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment