Created
September 17, 2014 12:21
-
-
Save jbatch/c8ae281dff82625cf867 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| [JBatch@~/PL200]$ gcc -o app -LL lex.yy.c | |
| hex.l:12:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] | |
| main() | |
| ^~~~ | |
| 1 warning generated. | |
| ld: warning: directory not found for option '-LL' | |
| Undefined symbols for architecture x86_64: | |
| "_yywrap", referenced from: | |
| _yylex in lex-d2ccb3.o | |
| ld: symbol(s) not found for architecture x86_64 | |
| clang: error: linker command failed with exit code 1 (use -v to see invocation) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment