Skip to content

Instantly share code, notes, and snippets.

@jbatch
Created September 17, 2014 12:21
Show Gist options
  • Select an option

  • Save jbatch/c8ae281dff82625cf867 to your computer and use it in GitHub Desktop.

Select an option

Save jbatch/c8ae281dff82625cf867 to your computer and use it in GitHub Desktop.
[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