From bd6bbd2110c26aa66d130e6236d540fd9c453852 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Sun, 4 Nov 2012 14:42:54 +0000 Subject: Fix by Tomek Kuchta to Tutorial 1. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@167371 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/Tutorial-1.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/Tutorial-1.html b/www/Tutorial-1.html index 27d3c567..38c3b101 100644 --- a/www/Tutorial-1.html +++ b/www/Tutorial-1.html @@ -164,7 +164,8 @@ point to the name of the desired test case:
-  $ gcc path-to-klee-root/Release+Asserts/lib/libkleeRuntest.so get_sign.c
+  $ export LD_LIBRARY_PATH=path-to-klee-root/Release+Asserts/lib/:$LD_LIBRARY_PATH
+  $ gcc -L path-to-klee-root/Release+Asserts/lib/ get_sign.c -lkleeRuntest
   $ KTEST_FILE=klee-last/test000001.ktest ./a.out 
   $ echo $?
   1
-- 
cgit 1.4.1