summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2011-12-25 04:27:36 +0400
committerIgor Pashev <pashev.igor@gmail.com>2011-12-25 04:27:36 +0400
commitd0f5d1f6af6ca6c2060ca42c333196b46229c126 (patch)
treedfef07d56ab1838e2c2498a60b7c912d50625e42
parentd2fff8c820342bab7a6774c2d340e21e3f9c21c7 (diff)
downloadgcd-d0f5d1f6af6ca6c2060ca42c333196b46229c126.tar.gz
Added -lgmp in comment
-rw-r--r--gcd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcd.cpp b/gcd.cpp
index 82f4387..659c77a 100644
--- a/gcd.cpp
+++ b/gcd.cpp
@@ -8,7 +8,7 @@
*
* To use GNU Multiple Precision Arithmetic Library:
*
- * # g++ -o gcd-cpp-gmp -DGMP -lgmpxx gcd.cpp
+ * # g++ -o gcd-cpp-gmp -DGMP -lgmpxx -lgmp gcd.cpp
* # ./gcd-cpp-gmp 1234567890987654321 987654321234567
* # 63
*