Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. csd@ubuntu:~/dev/js-evaluation$ gcc -L/jerryscript/build/lib/ -Ijerryscript/jerry-core/include/ jerryscript.c -Wall -Werror
  2. /tmp/ccuLRsr2.o: In function `main':
  3. jerryscript.c:(.text+0x6f): undefined reference to `jerry_run_simple'
  4. collect2: error: ld returned 1 exit status
  5. csd@ubuntu:~/dev/js-evaluation$ strings jerryscript/build/lib/libjerry-core.a |grep jerry_run_simple
  6. jerry_run_simple
  7. jerry_run_simple
  8. .gnu.lto_jerry_run_simple.804450a9ef832140
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement