diff options
author | 2012-06-05 14:07:27 +0000 | |
---|---|---|
committer | 2012-06-05 14:07:27 +0000 | |
commit | a71b09a4fe9146b60adacbf52f6b9db3fba88f01 (patch) | |
tree | 30cbc1a1683d5cccb2169a7c8d47a09da215c245 /doc | |
parent | 13118136c07a621ecd1272de3103207ed55b1da7 (diff) |
Added a comment
Diffstat (limited to 'doc')
-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_2_8765b6190e79251637bb59ba28f245c1._comment | 21 |
1 files changed, 21 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_2_8765b6190e79251637bb59ba28f245c1._comment b/doc/bugs/subtle_build_issue_on_OSX_10.7_and_Haskell_Platform___40__if_you_have_the_32bit_version_installed__41__/comment_2_8765b6190e79251637bb59ba28f245c1._comment new file mode 100644 index 000000000..cad802a88 --- /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_2_8765b6190e79251637bb59ba28f245c1._comment @@ -0,0 +1,21 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus" + nickname="Jimmy" + subject="comment 2" + date="2012-06-05T14:07:26Z" + content=""" +FYI, (the follow is on OSX 10.7 on two different machines) + +On my 64bit install of haskell platform... + + laplace:~ jtang$ ghc -e 'print System.Info.arch' + \"x86_64\" + +On my 32bit install of haskell platform... + + x00:git-annex jtang$ ghc -e 'print System.Info.arch' + \"i386\" + +Running _cabal build_ or _cabal install git-annex_ as you suggest with the 32bit install does do the right thing. + +"""]] |