From 4266b0df7f2e9618049090d7efc9254ff99ff1ea Mon Sep 17 00:00:00 2001 From: Joshua Warner Date: Mon, 7 May 2012 08:29:43 -0600 Subject: [PATCH] fix step numbering in readme.txt --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 24e36a6b86..c067bb5a89 100644 --- a/readme.txt +++ b/readme.txt @@ -664,7 +664,7 @@ EOF $ g++ -I$JAVA_HOME/include -I$JAVA_HOME/include/linux \ -D_JNI_IMPLEMENTATION_ -c main.cpp -o main.o -Step 9: Link the objects produced above to produce the final +Step 8: Link the objects produced above to produce the final executable, and optionally strip its symbols. $ g++ -rdynamic *.o -ldl -lpthread -lz -o hello