summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawlDDW-g2WLLsLpcnCm4LykAquFY_nwbIrU <Daniel@web>2013-01-15 15:22:43 +0000
committerGravatar admin <admin@branchable.com>2013-01-15 15:22:43 +0000
commitfd9d5f0d9c3de99c53ba12c85e6c985baeb38901 (patch)
tree31c0a7a0b449063fc85932a5c284e107984f1b92 /doc/install
parent332408651a733c49b3243fb76aa38ee7bbe72687 (diff)
Added a comment
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/OSX/comment_3_47a77a03040fe628109bd54f82f9ad7a._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/install/OSX/comment_3_47a77a03040fe628109bd54f82f9ad7a._comment b/doc/install/OSX/comment_3_47a77a03040fe628109bd54f82f9ad7a._comment
new file mode 100644
index 000000000..69f3f0fee
--- /dev/null
+++ b/doc/install/OSX/comment_3_47a77a03040fe628109bd54f82f9ad7a._comment
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawlDDW-g2WLLsLpcnCm4LykAquFY_nwbIrU"
+ nickname="Daniel"
+ subject="comment 3"
+ date="2013-01-15T15:22:43Z"
+ content="""
+Installing via the MacPorts method. I ran into this error.
+
+ \"_locale_charset\", referenced from: _localeEncoding in libHSbase-4.5.1.0.a(PrelIOUtils.o)
+ ld: symbol(s) not found for architecture x86_64
+
+I was able to solve and get git-annex to build buy providing the --extra-lib-dirs parameter
+
+ cabal install c2hs git-annex --bindir=$HOME/bin --extra-lib-dirs=/usr/lib
+
+Cheers, [Daniel Wozniak](http://woz.io)
+"""]]