diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2012-06-04 20:02:23 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-06-04 20:02:23 +0000 |
commit | fc66d642054175ef93359eff2ade6215374b66ee (patch) | |
tree | eb8bdcf20069fc5cb964686bfb3d5c97cc4af4bc | |
parent | 04ddceece0db7aa0c9f1c2f45d1675133fdba6b1 (diff) |
Added a comment
-rw-r--r-- | doc/bugs/subtle_build_issue_on_OSX_10.7_and_Haskell_Platform___40__if_you_have_the_32bit_version_installed__41__/comment_1_6208e70a21a048d5423926d16e32d421._comment | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/subtle_build_issue_on_OSX_10.7_and_Haskell_Platform___40__if_you_have_the_32bit_version_installed__41__/comment_1_6208e70a21a048d5423926d16e32d421._comment b/doc/bugs/subtle_build_issue_on_OSX_10.7_and_Haskell_Platform___40__if_you_have_the_32bit_version_installed__41__/comment_1_6208e70a21a048d5423926d16e32d421._comment new file mode 100644 index 000000000..11d135251 --- /dev/null +++ b/doc/bugs/subtle_build_issue_on_OSX_10.7_and_Haskell_Platform___40__if_you_have_the_32bit_version_installed__41__/comment_1_6208e70a21a048d5423926d16e32d421._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + subject="comment 1" + date="2012-06-04T20:02:23Z" + content=""" +Seems you built it using `make` .. could you try instead building with cabal, ie run `cabal install git-annex` or `cabal build` in the source tree. I think cabal will probably do the right thing. + +I could fix the Makefile, I suppose. What does this say: `ghc -e 'print System.Info.arch' +"""]] |