summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmJdzisfT6DhorwRz0kKJ_9-zQbccCopu4 <Alejandro@web>2013-07-18 14:23:02 +0000
committerGravatar admin <admin@branchable.com>2013-07-18 14:23:02 +0000
commit2b1d59ba031eb98bd36b1f12e6eac5d69d4c6423 (patch)
tree69a15a3f31702a6f6dd33f45c91a7a87b7d7f641
parentcb3030bce2dbf77402f4aba929b6f77c6c3564a5 (diff)
Added a comment: Macports _iconv
-rw-r--r--doc/install/OSX/comment_21_987f1302f56107c926b6daf83e124654._comment11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/install/OSX/comment_21_987f1302f56107c926b6daf83e124654._comment b/doc/install/OSX/comment_21_987f1302f56107c926b6daf83e124654._comment
new file mode 100644
index 000000000..e7d42b534
--- /dev/null
+++ b/doc/install/OSX/comment_21_987f1302f56107c926b6daf83e124654._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawmJdzisfT6DhorwRz0kKJ_9-zQbccCopu4"
+ nickname="Alejandro"
+ subject="Macports _iconv"
+ date="2013-07-18T14:23:02Z"
+ content="""
+If you get an error like `undefined symbol _iconv for x86_64`, you're most likely using libiconv installed by macports. You can fix this by running
+
+ cabal install c2hs git-annex --bindir=$HOME/bin --extra-lib-dirs=/usr/lib
+
+"""]]